Skip to content

Commit

Permalink
chore: update concurrency reference
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Jan 12, 2025
1 parent d816a5d commit 76b4934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-demo-app-on-firebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ on:
- 'master'

concurrency:
group: build-${{ github.ref }}
cancel-in-progress: false
group: firebase-${{ github.ref }}
cancel-in-progress: true

jobs:
upload_demo_app_on_firebase:
Expand Down

0 comments on commit 76b4934

Please sign in to comment.