Skip to content

Commit b04197f

Browse files
authored
Merge pull request #76 from Rust-for-Linux/dev/ci-fix
- ci: avoid running the signed-off-by check in the schedule
2 parents 781e4e2 + c21c5f2 commit b04197f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ jobs:
206206
env:
207207
RUSTFLAGS: "-Dwarnings"
208208
signed-off-by:
209+
if: github.event_name != 'schedule'
209210
runs-on: ubuntu-latest
210211
steps:
211212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)