Skip to content

Commit b9ee96b

Browse files
Theofilos Manitarasvkarak
authored andcommitted
Enable flux and scheduler testing on push
Signed-off-by: Theofilos Manitaras <[email protected]>
1 parent d61eb2a commit b9ee96b

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)