We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de06ee0 commit 1834228Copy full SHA for 1834228
.github/workflows/test.yml
@@ -12,13 +12,14 @@ on:
12
- cron: 0 1 * * *
13
workflow_dispatch: {}
14
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
+
19
jobs:
20
# CI tests with matrix
21
ci-tests:
22
runs-on: ubuntu-latest
- # We share Vuforia credentials and therefore Vuforia databases across
- # workflows. We therefore want to run only one workflow at a time.
- concurrency: vuforia_credentials
23
strategy:
24
fail-fast: false
25
matrix:
0 commit comments