Skip to content

Commit 3a918dc

Browse files
committed
Update concurrency settings for testing workflow in GitHub Actions
1 parent 02b75b5 commit 3a918dc

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Terraform Provider testing workflow.
22
name: Tests
33

4-
concurrency:
5-
group: 'terraform-provider-cloudback'
6-
cancel-in-progress: false
7-
84
# This GitHub action runs your tests for each pull request and push.
95
# Optionally, you can turn it on using a schedule for regular testing.
106
on:
@@ -65,6 +61,9 @@ jobs:
6561
needs: build
6662
runs-on: ubuntu-latest
6763
timeout-minutes: 15
64+
concurrency:
65+
group: 'terraform-provider-cloudback-test'
66+
cancel-in-progress: false
6867
strategy:
6968
fail-fast: false
7069
matrix:

0 commit comments

Comments
 (0)