Skip to content

Commit

Permalink
Limit concurrency between workflow runs (#87)
Browse files Browse the repository at this point in the history
* limit concurrency between workflow runs

* do not cancel running workflow runs
  • Loading branch information
Feuermagier authored Aug 1, 2024
1 parent ba1a9ea commit 90113e0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependency-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ env:
EXAM_EXERCISE_GROUP_ID: "6"
EXAM_PROGRAMMING_EXERCISE_ID: "48"

concurrency:
group: artemis-test-system

jobs:
pre_job:
name: "Check for duplicate jobs"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ env:
EXAM_EXERCISE_GROUP_ID: "6"
EXAM_PROGRAMMING_EXERCISE_ID: "48"

concurrency:
group: artemis-test-system

jobs:
pre_job:
name: "Check for duplicate jobs"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/maven-manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ env:
EXAM_ID: "5"
EXAM_EXERCISE_GROUP_ID: "6"
EXAM_PROGRAMMING_EXERCISE_ID: "48"

concurrency:
group: artemis-test-system

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ env:
EXAM_EXERCISE_GROUP_ID: "6"
EXAM_PROGRAMMING_EXERCISE_ID: "48"

concurrency:
group: artemis-test-system

jobs:
pre_job:
name: "Check for duplicate jobs"
Expand Down

0 comments on commit 90113e0

Please sign in to comment.