We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e5cfa commit 71d34f0Copy full SHA for 71d34f0
workflow-templates/publish-go-tester-task.yml
@@ -43,8 +43,8 @@ jobs:
43
# The `create` event trigger doesn't support `branches` filters, so it's necessary to use Bash instead.
44
if [[
45
"${{ github.event_name }}" != "create" ||
46
- "${{ github.ref }}" =~ $RELEASE_BRANCH_REGEX && \
47
- ! "${{ github.ref }}" =~ $TAG_REGEX \
+ "${{ github.ref }}" =~ $RELEASE_BRANCH_REGEX &&
+ ! "${{ github.ref }}" =~ $TAG_REGEX
48
]]; then
49
# Run the other jobs.
50
RESULT="true"
0 commit comments