We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f76580 commit e85b63aCopy full SHA for e85b63a
.github/workflows/release.yml
@@ -11,7 +11,7 @@ on:
11
required: true
12
default: null
13
schedule:
14
- - cron: "0 0 * * 0" # Runs every Sunday at midnight
+ - cron: "0 0 1,8,15,22 * *" # 1st, 8th, 15th, and 22nd of the month
15
16
jobs:
17
empower-plant-release:
0 commit comments