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 02b75b5 commit 3a918dcCopy full SHA for 3a918dc
1 file changed
.github/workflows/test.yml
@@ -1,10 +1,6 @@
1
# Terraform Provider testing workflow.
2
name: Tests
3
4
-concurrency:
5
- group: 'terraform-provider-cloudback'
6
- cancel-in-progress: false
7
-
8
# This GitHub action runs your tests for each pull request and push.
9
# Optionally, you can turn it on using a schedule for regular testing.
10
on:
@@ -65,6 +61,9 @@ jobs:
65
61
needs: build
66
62
runs-on: ubuntu-latest
67
63
timeout-minutes: 15
64
+ concurrency:
+ group: 'terraform-provider-cloudback-test'
+ cancel-in-progress: false
68
strategy:
69
fail-fast: false
70
matrix:
0 commit comments