Skip to content

Commit

Permalink
Removed concurrency from delete workflow (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: david.perkins <[email protected]>
  • Loading branch information
David-N-Perkins authored Oct 14, 2021
1 parent 0e8c243 commit 2d03a70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
delete:
branches: [ '**' ]

concurrency: delete-${{ github.ref }}

jobs:
delete-namespace:
name: Delete branch namespace
Expand Down

0 comments on commit 2d03a70

Please sign in to comment.