Skip to content

Commit

Permalink
ci: limit concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jun 17, 2024
1 parent 2516e44 commit e5e801f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:

jobs:
test:
concurrency: tekartik-firebase-node-test
concurrency:
group: tekartik-firebase-node-test
cancel-in-progress: false
name: Test on ${{ matrix.os }} / dart ${{ matrix.dart }}
runs-on: ${{ matrix.os }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion firebase_node/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Setup

```yaml
tekartik_firebase_firebase_node:
tekartik_firebase_node:
git:
url: https://github.com/tekartik/firebase_node.dart
path: firebase_node
Expand Down

0 comments on commit e5e801f

Please sign in to comment.