We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40feeb4 commit b1c44f3Copy full SHA for b1c44f3
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
branches: [main, next]
6
pull_request:
7
8
+ schedule:
9
+ # Tuesdays at 14:45 UTC (10:45 EST)
10
+ - cron: 45 14 * * 1
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments