Skip to content

Commit 1834228

Browse files
committed
Allow vuforia jobs to run in parallel
1 parent de06ee0 commit 1834228

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ on:
1212
- cron: 0 1 * * *
1313
workflow_dispatch: {}
1414

15+
# We share Vuforia credentials and therefore Vuforia databases across
16+
# workflows. We therefore want to run only one workflow at a time.
17+
concurrency: vuforia_credentials
18+
1519
jobs:
1620
# CI tests with matrix
1721
ci-tests:
1822
runs-on: ubuntu-latest
19-
# We share Vuforia credentials and therefore Vuforia databases across
20-
# workflows. We therefore want to run only one workflow at a time.
21-
concurrency: vuforia_credentials
2223
strategy:
2324
fail-fast: false
2425
matrix:

0 commit comments

Comments
 (0)