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 7593289 commit 4649429Copy full SHA for 4649429
.github/workflows/check-sdk-tests.yml
@@ -191,9 +191,9 @@ jobs:
191
192
193
run-integration-and-unit-test:
194
-# needs:
195
-# - check-labels
196
-# if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false && needs.check-labels.outputs.run-sdk-tests == 'true' }}
+ needs:
+ - check-labels
+ if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false && needs.check-labels.outputs.run-sdk-tests == 'true' }}
197
runs-on: ubuntu-latest
198
steps:
199
- name: Check-out repository
0 commit comments