Skip to content

Commit

Permalink
Prevent concurrent jobs in integ-test-full
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Aug 3, 2024
1 parent f8ba43c commit af1da67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-integ-test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@ concurrency:
jobs:
caching-integ-tests:
uses: ./.github/workflows/suite-integ-test-caching.yml
concurrency:
group: CI-integ-test-full
cancel-in-progress: false
with:
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
skip-dist: true
secrets: inherit

other-integ-tests:
uses: ./.github/workflows/suite-integ-test-other.yml
concurrency:
group: CI-integ-test-full
cancel-in-progress: false
with:
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
skip-dist: true
Expand Down

0 comments on commit af1da67

Please sign in to comment.