Skip to content

Commit

Permalink
Revert "Add concurrency groups to stop previous builds"
Browse files Browse the repository at this point in the history
This reverts commit 0ed51b9.
  • Loading branch information
andreas-el committed Jan 13, 2025
1 parent 0ed51b9 commit d07e4b2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ env:
ECL_SKIP_SIGNAL: 1
UV_SYSTEM_PYTHON: 1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
benchmark:
name: Run pytest-benchmark benchmark example
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ env:
ECL_SKIP_SIGNAL: 1
UV_SYSTEM_PYTHON: 1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
tests-ert:
name: Run ert tests
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test_ert_with_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
env:
UV_SYSTEM_PYTHON: 1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
test-ert-with-flow:
name: Run ert tests
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test_ert_with_slurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
env:
UV_SYSTEM_PYTHON: 1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
test-ert-on-slurm:
name: Run ert tests
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test_everest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ env:
NO_PROJECT_RES: 1
UV_SYSTEM_PYTHON: 1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
tests-everest:
name: Run everest tests
Expand Down

0 comments on commit d07e4b2

Please sign in to comment.