Skip to content

Commit 25ce581

Browse files
authored
Removed on.create trigger and references (#25)
1 parent 8938bc1 commit 25ce581

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ on:
2020
- created
2121
- edited
2222
# For config-pr-3-bump-tag.yml
23-
create:
2423
push:
2524
branches:
2625
- 'release-*'
@@ -59,7 +58,7 @@ jobs:
5958

6059
bump-tag:
6160
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'
61+
if: github.event_name == 'push' && github.repository != 'ACCESS-NRI/model-configs-template'
6362
uses: access-nri/model-config-tests/.github/workflows/config-pr-3-bump-tag.yml@main
6463
secrets: inherit
6564
permissions:

0 commit comments

Comments
 (0)