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 0ca6d4f commit eab0a9dCopy full SHA for eab0a9d
.github/workflows/ci-cron-trigger.yml
@@ -50,4 +50,4 @@ jobs:
50
name: Trigger release branch CI weekly
51
env:
52
GH_TOKEN: ${{ github.token }}
53
- if: github.event.schedule == '34 2 * * 1'
+ if: "github.event.schedule == '34 2 * * 1' || !github.event.schedule"
0 commit comments