There was an error while loading. Please reload this page.
1 parent d7d62c2 commit eda4ca2Copy full SHA for eda4ca2
.github/workflows/cpp-packaging.yml
@@ -670,9 +670,9 @@ jobs:
670
671
trigger_integration_tests:
672
# Trigger the integration_tests workflow.
673
- runs-on: ubuntu-latest
674
- needs: [merge_packages, download_sdk_package]
+ needs: [merge_packages, download_sdk_package, cleanup-packaging-artifacts]
675
if: (github.event.inputs.skipIntegrationTests == 0 || github.event.inputs.skipIntegrationTests == '') && !cancelled()
+ runs-on: ubuntu-latest
676
steps:
677
- name: Checkout repo
678
uses: actions/checkout@v2.3.1
0 commit comments