Skip to content

Commit 330c50d

Browse files
committed
Tweaked things
- Tweaked things as I misread the documentation...
1 parent 809124e commit 330c50d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/scan-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
workflow_dispatch
3+
workflow_dispatch:
44
schedule:
55
- cron: "0 ? * * 1"
66

.github/workflows/test-macos-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
workflow_dispatch
3+
workflow_dispatch:
44
schedule:
55
- cron: "0 ? * * 1"
66

.github/workflows/test-ubuntu-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
workflow_dispatch
3+
workflow_dispatch:
44
schedule:
55
- cron: "0 ? * * 1"
66

.github/workflows/test-windows-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
workflow_dispatch
3+
workflow_dispatch:
44
schedule:
55
- cron: "0 ? * * 1"
66

0 commit comments

Comments
 (0)