File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ permissions:
1010
1111jobs :
1212 github-action :
13- if : " !startsWith(github.event.name , 'v0.0.0-test.')" # Do not run for test releases created by test-include.yml and test-exclude.yml
13+ if : " !startsWith(github.event.release. name, 'v0.0.0-test.')" # Do not run for test releases created by test-include.yml and test-exclude.yml
1414 uses : cloudposse-github-actions/.github/.github/workflows/shared-release-branches.yml@main
1515 secrets : inherit
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111jobs :
1212 pr-comment-on-release :
1313 runs-on : ubuntu-default
14- if : " startsWith(github.event.name , 'v0.0.0-test.')" # Match only releases created by test-include.yml and test-exclude.yml
14+ if : " startsWith(github.event.release. name, 'v0.0.0-test.')" # Match only releases created by test-include.yml and test-exclude.yml
1515 steps :
1616 - uses : actions/checkout@v4
1717
You can’t perform that action at this time.
0 commit comments