Skip to content

Commit 4649429

Browse files
committed
uncomment needs and if
1 parent 7593289 commit 4649429

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-sdk-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ jobs:
191191
192192
193193
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' }}
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' }}
197197
runs-on: ubuntu-latest
198198
steps:
199199
- name: Check-out repository

0 commit comments

Comments
 (0)