Skip to content

Commit 257b95b

Browse files
committed
ci: only run signed-off-by tests in pull requests
Signed-off-by: Benno Lossin <lossin@kernel.org>
1 parent c4ef00f commit 257b95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
env:
295295
RUSTFLAGS: "-Dwarnings"
296296
signed-off-by:
297-
if: github.event_name != 'schedule'
297+
if: github.event_name == 'pull_request'
298298
runs-on: ubuntu-latest
299299
steps:
300300
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)