Skip to content

Commit

Permalink
ci: Remove cancel in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 21, 2024
1 parent 4d46a8d commit abce596
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ env:
SSID: ""
PASSWORD: ""

# Cancel any currently running workflows from the same PR, branch, or
# tag when a new workflow is triggered.
#
# https://stackoverflow.com/a/66336834
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

jobs:
# --------------------------------------------------------------------------
# Verify
Expand Down

0 comments on commit abce596

Please sign in to comment.