Skip to content

Commit 176a3d3

Browse files
committed
Run on sundays only.
1 parent 9dc6a49 commit 176a3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
workflow_dispatch:
1818

1919
schedule:
20-
- cron: "30 0 * * *"
20+
- cron: "30 0 * * 0"
2121

2222
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2323
jobs:

0 commit comments

Comments
 (0)