Skip to content

Commit

Permalink
ci: drop concurrency for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Oct 19, 2023
1 parent 84cae32 commit 20bd81b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ on:
- main
- rel-*

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Lint-Style:
name: Lint & check code style
Expand Down

0 comments on commit 20bd81b

Please sign in to comment.