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 a11c735 commit d56d245Copy full SHA for d56d245
.github/workflows/e2e.yml
@@ -28,7 +28,7 @@ jobs:
28
metrics:
29
runs-on: ${{ matrix.runs-on }}
30
needs: [diff_check, auth_token_check]
31
- if: ${{ needs.diff_check.outputs.skip_ci != 'true' && needs.auth_token_check.outputs.skip_ci != 'true' }}
+ if: ${{ needs.diff_check.outputs.skip_ci != 'true' && needs.auth_token_check.outputs.skip_ci != 'true' && !startsWith(github.ref, 'refs/heads/release/') }}
32
env:
33
SENTRY_DISABLE_AUTO_UPLOAD: 'true'
34
strategy:
0 commit comments