We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df42d9a commit b847944Copy full SHA for b847944
1 file changed
.github/workflows/bootstrap-alarms.yml
@@ -5,8 +5,8 @@ permissions:
5
contents: read
6
7
on:
8
- pull_request:
9
- branches: [ '*' ]
+ schedule:
+ - cron: '0 8 * * 1' # Every Monday at 08:00 UTC
10
workflow_dispatch:
11
12
env:
0 commit comments