Skip to content

Commit

Permalink
Add concurrency to the ci + update node-driver action
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaeftekhar committed Aug 3, 2023
1 parent 13aeb80 commit 5eca812
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_suomifi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
NODE_VERSION: 16.9.1

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

jobs:
main:
name: Tests
Expand Down Expand Up @@ -40,7 +44,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- name: Get npm cache directory path
Expand Down

0 comments on commit 5eca812

Please sign in to comment.