Skip to content

Commit abecef2

Browse files
committed
fix: Move workflow dispatch to top
1 parent 3687614 commit abecef2

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/run-all-tests-linux.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
name: Test all (Linux)
55

66
on:
7-
push:
7+
workflow_dispatch:
88
schedule:
99
- cron: '0 0 * * *' # Every day at midnight UTC
10-
workflow_dispatch:
1110

1211
jobs:
1312
build-and-test:

.github/workflows/run-all-tests-macos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
name: Test all (MacOS)
55

66
on:
7-
push:
7+
workflow_dispatch:
88
schedule:
99
- cron: '0 0 * * *' # Every day at midnight UTC
10-
workflow_dispatch:
10+
1111

1212
jobs:
1313
build-and-test:

0 commit comments

Comments
 (0)