Skip to content

Commit

Permalink
cancel in progress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Oct 31, 2024
1 parent 3a6ec0f commit f9e3d1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:

# TODO cache imported DB or filtered & downloaded data

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'master' }}

jobs:
test-api:
name: Test API
Expand Down

0 comments on commit f9e3d1b

Please sign in to comment.