Skip to content

Commit

Permalink
f-s: revert CI concurrency optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Aug 17, 2023
1 parent 7545ec3 commit b2ef669
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ name: continuous-integration

on: [push, pull_request]

# https://docs.github.com/en/actions/using-jobs/using-concurrency
concurrency:
# only cancel in-progress jobs or runs for the current workflow - matches against branch & tags
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

Expand Down

0 comments on commit b2ef669

Please sign in to comment.