Browse Source

CI: Remove concurrency limits for push workflow

PatTheMav 2 years ago
parent
commit
37773b036a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      .github/workflows/push.yaml

+ 0 - 3
.github/workflows/push.yaml

@@ -11,9 +11,6 @@ on:
       - '*'
 permissions:
   contents: write
-concurrency:
-  group: '${{ github.workflow }} @ ${{ github.ref }}'
-  cancel-in-progress: false
 jobs:
   check-format:
     name: Format 🔍