We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8938bc1 commit 25ce581Copy full SHA for 25ce581
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,6 @@ on:
20
- created
21
- edited
22
# For config-pr-3-bump-tag.yml
23
- create:
24
push:
25
branches:
26
- 'release-*'
@@ -59,7 +58,7 @@ jobs:
59
58
60
bump-tag:
61
name: Tag Bump
62
- if: (github.event_name == 'push' || github.event_name == 'create' && github.ref_type == 'branch' && startsWith(github.ref_name, 'release-')) && github.repository != 'ACCESS-NRI/model-configs-template'
+ if: github.event_name == 'push' && github.repository != 'ACCESS-NRI/model-configs-template'
63
uses: access-nri/model-config-tests/.github/workflows/config-pr-3-bump-tag.yml@main
64
secrets: inherit
65
permissions:
0 commit comments