We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ba43c commit af1da67Copy full SHA for af1da67
1 file changed
.github/workflows/ci-integ-test-full.yml
@@ -16,13 +16,19 @@ concurrency:
16
jobs:
17
caching-integ-tests:
18
uses: ./.github/workflows/suite-integ-test-caching.yml
19
+ concurrency:
20
+ group: CI-integ-test-full
21
+ cancel-in-progress: false
22
with:
23
runner-os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
24
skip-dist: true
25
secrets: inherit
26
27
other-integ-tests:
28
uses: ./.github/workflows/suite-integ-test-other.yml
29
30
31
32
33
34
0 commit comments