Skip to content

Commit b847944

Browse files
committed
fix: alarm schedule
1 parent df42d9a commit b847944

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bootstrap-alarms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ permissions:
55
contents: read
66

77
on:
8-
pull_request:
9-
branches: [ '*' ]
8+
schedule:
9+
- cron: '0 8 * * 1' # Every Monday at 08:00 UTC
1010
workflow_dispatch:
1111

1212
env:

0 commit comments

Comments
 (0)