Skip to content

Commit 4e57880

Browse files
committed
fixup: workflow tests post #22
1 parent a698217 commit 4e57880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run: "[[ '${{ needs.create-pr.outputs.originalTag }}' == '2.0.0' ]]"
3737
- run: "[[ '${{ needs.create-pr.outputs.latestTag }}' =~ ^[0-9.]+$ ]]"
3838
- run: "[[ '${{ needs.create-pr.outputs.prUrl }}' =~ ^https://github.com/getsentry/github-workflows/pull/[0-9]+$ ]]"
39-
- run: "[[ '${{ needs.create-pr.outputs.prBranch }}' == 'deps/tests/sentry-cli.properties/${{ needs.create-pr.outputs.latestTag }}' ]]"
39+
- run: "[[ '${{ needs.create-pr.outputs.prBranch }}' == 'deps/tests/sentry-cli.properties' ]]"
4040

4141
- run: "[[ '${{ needs.test-args.outputs.baseBranch }}' == '' ]]"
4242
- run: "[[ '${{ needs.test-args.outputs.originalTag }}' == 'v1' ]]"

0 commit comments

Comments
 (0)