Skip to content

Commit

Permalink
Add Group Environmental
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Sep 28, 2024
1 parent 27f0c12 commit abe4c52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on: [push, pull_request]
permissions:
contents: read

concurrency:
group: ci-${{ github.event_name }}-${{ github.ref }}-${{ github.actor }}
cancel-in-progress: true

env:
GROUP: ci-${{ github.event_name }}-${{ github.ref }}-${{ github.actor }}

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit abe4c52

Please sign in to comment.