mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
add concurrency to git workflow
This commit is contained in:
4
.github/workflows/deployment-pipeline.yml
vendored
4
.github/workflows/deployment-pipeline.yml
vendored
@@ -5,6 +5,10 @@ permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: "infisical-core-deployment"
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
infisical-tests:
|
||||
name: Integration tests
|
||||
|
||||
Reference in New Issue
Block a user