Skip to content

Commit

Permalink
[ci] deleting concurrency section until we figure out what we need
Browse files Browse the repository at this point in the history
See #13483
  • Loading branch information
titusfortner committed Jan 22, 2024
1 parent fa0637a commit cc85374
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
- cron: "0 */12 * * *"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}${{ github.event_name == 'workflow_dispatch' && '-all' || '' }}${{ github.event_name == 'schedule' && '-all' || '' }}
cancel-in-progress: true

jobs:
check:
name: Check
Expand Down

0 comments on commit cc85374

Please # to comment.