Skip to content

Commit

Permalink
Cancel old GithubAction runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Nov 28, 2022
1 parent e442604 commit 1d3e6ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Static Analysis
on: [push, pull_request]

concurrency:
group: ${{format('{0}:{1}:{2}', github.repository, github.ref, github.workflow)}}
cancel-in-progress: true

jobs:
python-linting:
runs-on: ubuntu-20.04
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: easyconfigs unit tests
on: [push, pull_request]

concurrency:
group: ${{format('{0}:{1}:{2}', github.repository, github.ref, github.workflow)}}
cancel-in-progress: true

jobs:
test-suite:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 1d3e6ac

Please sign in to comment.