We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96650f commit 3a8a5bcCopy full SHA for 3a8a5bc
.github/workflows/updater.yml
@@ -4,8 +4,8 @@ name: GitHub Actions Version Updater
4
on:
5
workflow_dispatch:
6
schedule:
7
- # Automatically run on every Sunday
8
- - cron: '0 0 * * 0'
+ # Automatically run on every first day of the month
+ - cron: '0 0 1 * *'
9
10
jobs:
11
build:
0 commit comments