Skip to content

Commit

Permalink
main.yml: Introduce Concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Feb 17, 2024
1 parent b2ad74e commit ceb37c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
test:
name: Build using foss.crave.io
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
# Clean the workflow before initialization.
- name: Cleanup
Expand Down

0 comments on commit ceb37c0

Please sign in to comment.