Skip to content

Commit

Permalink
Merge pull request #119 from osociety/dev
Browse files Browse the repository at this point in the history
Fixing workflow and releasing v3.2.2
  • Loading branch information
git-elliot authored Aug 30, 2023
2 parents 3d84bc0 + f0b7957 commit be1414b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
paths: ['network_tools/**']

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

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
paths: ['network_tools_flutter/**']

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

jobs:
Expand Down

0 comments on commit be1414b

Please sign in to comment.