Skip to content

Commit

Permalink
github-ci: cancel on push, read only permissions
Browse files Browse the repository at this point in the history
(cherry picked from commit ee1e5ab)
  • Loading branch information
jasonish committed Feb 16, 2024
1 parent 310be59 commit 2cbfd5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
- push
- pull_request

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

permissions: read-all

jobs:

alma-9:
Expand Down

0 comments on commit 2cbfd5d

Please sign in to comment.