We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044dfe6 commit eb4da79Copy full SHA for eb4da79
.github/workflows/bump-flake-lock-and-selfup.yml
@@ -7,8 +7,7 @@ on:
7
schedule:
8
# Every 10:17(JST) on Monday
9
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
10
- # - cron: '17 1 * * 1'
11
- - cron: '*/5 * * * *' # Test for https://github.com/kachick/selfup/issues/313#issuecomment-2589142909 with 5 minutes iterations
+ - cron: '17 1 * * 1'
12
workflow_dispatch:
13
14
jobs:
0 commit comments