diff --git a/.github/workflows/all.yaml b/.github/workflows/all.yaml index 6552e2d..407862a 100644 --- a/.github/workflows/all.yaml +++ b/.github/workflows/all.yaml @@ -20,9 +20,8 @@ jobs: filters: .github/filters.yaml format: name: Format and lint - # jobs which push to the repo all need to be in this concurrency group concurrency: - group: "push" + group: ${{ github.workflow }}-${{ github.ref }} # needed to push changes if needed permissions: contents: write