Skip to content

Commit e800463

Browse files
authored
Merge pull request #3505 from teojgo/ci/enable_workflows_on_push
[ci] Enable scheduler testing Github workflows on push
2 parents 9d8b197 + d32ea04 commit e800463

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test-flux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test Flux Scheduler
2-
on:
3-
pull_request: []
2+
3+
on: [push, pull_request]
44

55
jobs:
66
build:

.github/workflows/test-schedulers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ReFrame CI / Scheduler backend tests
2-
on:
3-
pull_request: []
2+
3+
on: [push, pull_request]
44

55
jobs:
66
scheduler-test:

0 commit comments

Comments
 (0)