Skip to content

Commit

Permalink
chore(actions): Configure concurrency.
Browse files Browse the repository at this point in the history
  • Loading branch information
avocadowastaken committed Jan 12, 2023
1 parent 713ddff commit f721fa6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ on:
branches:
- main

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

jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: umidbekk/actions/prepare-node-repo@v2

- run: npm run lint
- run: npx tsc

Expand Down

0 comments on commit f721fa6

Please sign in to comment.