Skip to content

Commit eda4ca2

Browse files
committed
Wait until after artifact cleanup to trigger integration tests.
1 parent d7d62c2 commit eda4ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,9 +670,9 @@ jobs:
670670

671671
trigger_integration_tests:
672672
# Trigger the integration_tests workflow.
673-
runs-on: ubuntu-latest
674-
needs: [merge_packages, download_sdk_package]
673+
needs: [merge_packages, download_sdk_package, cleanup-packaging-artifacts]
675674
if: (github.event.inputs.skipIntegrationTests == 0 || github.event.inputs.skipIntegrationTests == '') && !cancelled()
675+
runs-on: ubuntu-latest
676676
steps:
677677
- name: Checkout repo
678678
uses: actions/checkout@v2.3.1

0 commit comments

Comments
 (0)