diff --git a/.github/workflows/code_validation.yml b/.github/workflows/code_validation.yml index 3bdb8891..ce57a24c 100644 --- a/.github/workflows/code_validation.yml +++ b/.github/workflows/code_validation.yml @@ -7,11 +7,6 @@ on: # Allow running this workflow manually from the Actions tab workflow_dispatch: -# Allow only one concurrent code validation workflow -concurrency: - group: "code_validation" - cancel-in-progress: true - jobs: validate: runs-on: ubuntu-latest diff --git a/.github/workflows/json_validation.yml b/.github/workflows/json_validation.yml index a0a82554..67b3f3eb 100644 --- a/.github/workflows/json_validation.yml +++ b/.github/workflows/json_validation.yml @@ -17,11 +17,6 @@ on: # Allow running this workflow manually from the Actions tab workflow_dispatch: -# Allow only one concurrent json validation workflow -concurrency: - group: "json_validation" - cancel-in-progress: true - jobs: validate: runs-on: ubuntu-latest diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9dee5862..f3224d89 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,11 +7,6 @@ on: # Allow running this workflow manually from the Actions tab workflow_dispatch: -# Allow only one concurrent test workflow -concurrency: - group: "tests" - cancel-in-progress: true - jobs: tests: name: App Tests