Skip to content

Commit

Permalink
Remove concurrency setting from `.github/workflows/standard-workflo…
Browse files Browse the repository at this point in the history
…w.yml` (#331)
  • Loading branch information
PawelLipski authored Aug 21, 2023
1 parent 8c9afe4 commit e985c2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/standard-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Standard Workflow

on: workflow_call

concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true

jobs:
code-style-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e985c2b

Please sign in to comment.