Skip to content

Commit

Permalink
Merge pull request Ericsson#4351 from stt08/cancel-prev-tasks
Browse files Browse the repository at this point in the history
Github Actions: stop previous jobs when a new one was pushed
  • Loading branch information
bruntib authored Oct 7, 2024
2 parents 43a9b92 + d8e0882 commit 86ce67a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on: [push, pull_request]

permissions: read-all

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
# Note: UI related linter tests will run in the gui job.
lint:
Expand Down

0 comments on commit 86ce67a

Please sign in to comment.