Skip to content

Commit

Permalink
Revert "Allow only one concurrent workflow"
Browse files Browse the repository at this point in the history
This reverts commit 87e0a03.
  • Loading branch information
7h30n3 committed Jul 1, 2024
1 parent 2a0e6d7 commit 1d6b15a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/code_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/json_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d6b15a

Please sign in to comment.