We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9723b52 commit d2122bcCopy full SHA for d2122bc
.github/workflows/mynewt.yaml
@@ -21,6 +21,7 @@ jobs:
21
free
22
pwd
23
- name: Signed commit check
24
+ if: ${{ github.event_name == 'pull_request' }}
25
run: |
26
./ci/check-signed-off-by.sh
27
- name: Mynewt install
.github/workflows/sim.yaml
@@ -41,6 +41,7 @@ jobs:
41
42
43
44
45
46
47
- name: Install stable Rust
0 commit comments