chore(ci): clean up test-quickget.yml
This commit is contained in:
parent
f7861a6e7f
commit
ecfafc8125
|
@ -3,15 +3,15 @@ name: "Test quickget 🧪"
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: '**'
|
branches:
|
||||||
paths: [ quickget ]
|
- master
|
||||||
|
paths:
|
||||||
|
- quickget
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: '**'
|
branches:
|
||||||
paths: [ quickget ]
|
- **
|
||||||
|
paths:
|
||||||
concurrency:
|
- quickget
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
quickget-tests:
|
quickget-tests:
|
||||||
|
|
Loading…
Reference in New Issue