test: triggering tests on changes and allow cancelling in-progress CI test jobs (#4743)

This commit is contained in:
Bowen Liang
2024-05-31 16:42:14 +08:00
committed by GitHub
parent b1c9671a60
commit 6dd0e07af8
3 changed files with 15 additions and 1 deletions

View File

@@ -4,9 +4,16 @@ on:
pull_request:
branches:
- main
paths:
- api/**
concurrency:
group: api-tests-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
name: API Tests
runs-on: ubuntu-latest
strategy:
matrix: