Skip to content

Commit d32ea04

Browse files
author
Theofilos Manitaras
committed
Enable flux and scheduler testing on push
Signed-off-by: Theofilos Manitaras <manitart@cscs.ch>
1 parent 9d8b197 commit d32ea04

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)