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 f637e92 commit fe2ab95Copy full SHA for fe2ab95
.github/workflows/ci.yaml
@@ -191,7 +191,7 @@ jobs:
191
192
test-release-packages:
193
needs: [set-variables, test-python]
194
- if: ${{ github.event_name == 'pull_request' && needs.set-variables.outputs.dry_run_release == 'true' }}
+ if: ${{ github.event_name == 'pull_request' }}
195
concurrency:
196
group: test-release-${{ matrix.package.name }}-${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.ref_name }}
197
cancel-in-progress: true
0 commit comments