Skip to content

Commit

Permalink
Don't bother with concurrency thing, we can have multiple directories…
Browse files Browse the repository at this point in the history
… get cleaned up at the same time.
  • Loading branch information
LswaN58 committed May 1, 2024
1 parent cc3ef6c commit b4a8a71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/website_branch_del_clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
name: Branch Deletion Cleanup of Website
if: github.event.ref_type == 'branch'
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: false

steps:

Expand Down

0 comments on commit b4a8a71

Please sign in to comment.