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 231fd36 commit 8e6c02eCopy full SHA for 8e6c02e
.github/workflows/periodic-snapshot.yml
@@ -2,7 +2,7 @@ name: Periodic Snapshot
2
3
on:
4
schedule:
5
- - cron: '10 0 1 * *' # 10 minutes after midnight on the first of every month
+ - cron: '10 0 1 * *' # 10 minutes after midnight on the first day of every month
6
workflow_dispatch:
7
inputs:
8
bump:
@@ -24,6 +24,7 @@ permissions:
24
jobs:
25
bump-version-and-tag:
26
runs-on: ubuntu-latest
27
+ if: github.ref_name == github.event.repository.default_branch
28
steps:
29
- uses: actions/checkout@v4
30
with:
0 commit comments