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 e5e801f commit cfa39a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ on:

jobs:
test:
concurrency:
group: tekartik-firebase-node-test
cancel-in-progress: false
name: Test on ${{ matrix.os }} / dart ${{ matrix.dart }}
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: repo_support
strategy:
max-parallel: 1
fail-fast: false
matrix:
include:
Expand Down

0 comments on commit cfa39a6

Please sign in to comment.