Skip to content

Commit

Permalink
chore(CI): add concurrency for production tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Apr 21, 2024
1 parent dd7fe60 commit ce1c137
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.tag-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+$'

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

jobs:
flutter-test-analyze:
uses: ./.github/workflows/action.flutter.analyze-test.yaml
Expand Down

0 comments on commit ce1c137

Please sign in to comment.