Skip to content

Commit 71d34f0

Browse files
Update workflow-templates/publish-go-tester-task.yml
Co-authored-by: per1234 <[email protected]>
1 parent 28e5cfa commit 71d34f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: workflow-templates/publish-go-tester-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
# The `create` event trigger doesn't support `branches` filters, so it's necessary to use Bash instead.
4444
if [[
4545
"${{ github.event_name }}" != "create" ||
46-
"${{ github.ref }}" =~ $RELEASE_BRANCH_REGEX && \
47-
! "${{ github.ref }}" =~ $TAG_REGEX \
46+
"${{ github.ref }}" =~ $RELEASE_BRANCH_REGEX &&
47+
! "${{ github.ref }}" =~ $TAG_REGEX
4848
]]; then
4949
# Run the other jobs.
5050
RESULT="true"

0 commit comments

Comments
 (0)