Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
ci: scorecard: Add concurrency filter
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxjohnny authored Jan 3, 2024
1 parent 8842a7b commit 6e8fbba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

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

permissions: read-all

jobs:
Expand Down

0 comments on commit 6e8fbba

Please sign in to comment.