Mercurial > p > roundup > code
diff .github/workflows/anchore.yml @ 6956:ca6b056b79a4
only run on most current push.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 10 Sep 2022 23:00:52 -0400 |
| parents | 3387f458ed27 |
| children | 02321d2c8458 |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Sat Sep 10 22:55:10 2022 -0400 +++ b/.github/workflows/anchore.yml Sat Sep 10 23:00:52 2022 -0400 @@ -23,6 +23,10 @@ permissions: contents: read +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: Anchore-Build-Scan: permissions:
