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 c5169ca commit 46968ebCopy full SHA for 46968eb
.github/workflows/ci-complete.yml
@@ -38,7 +38,7 @@ run-name: Build Scans for ${{ github.event.workflow_run.display_title}}
38
jobs:
39
upload-build-scan:
40
# Skip this workflow if the CI run was skipped or cancelled
41
- if: (github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure')
+ if: (github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure' || github.event.workflow_run.head_branch != '4.0')
42
runs-on: ubuntu-latest
43
strategy:
44
fail-fast: false
0 commit comments