We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a698217 commit 4e57880Copy full SHA for 4e57880
.github/workflows/workflow-tests.yml
@@ -36,7 +36,7 @@ jobs:
36
- run: "[[ '${{ needs.create-pr.outputs.originalTag }}' == '2.0.0' ]]"
37
- run: "[[ '${{ needs.create-pr.outputs.latestTag }}' =~ ^[0-9.]+$ ]]"
38
- 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 }}' ]]"
+ - run: "[[ '${{ needs.create-pr.outputs.prBranch }}' == 'deps/tests/sentry-cli.properties' ]]"
40
41
- run: "[[ '${{ needs.test-args.outputs.baseBranch }}' == '' ]]"
42
- run: "[[ '${{ needs.test-args.outputs.originalTag }}' == 'v1' ]]"
0 commit comments