Skip to content

Commit b66aa81

Browse files
[actions] fix weekly action to "work"
1 parent 6751878 commit b66aa81

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/weekly-stable-updates.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: "Weekly Stable Updates"
22

3+
permissions:
4+
issues: write
5+
36
on:
4-
#schedule:
7+
schedule:
58
# Run every Monday at 9:00 AM UTC
6-
# - cron: '0 9 * * 1'
9+
- cron: '0 9 * * 1'
710
workflow_dispatch: # Allow manual triggering for testing
811

912
jobs:

0 commit comments

Comments
 (0)