mirror of
http://43.153.184.91:8080/https://github.com/s4u/setup-maven-action.git
synced 2026-01-27 11:13:00 +08:00
concurrency mode for tests build
This commit is contained in:
parent
2261292f40
commit
4ce3c6745c
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -2,13 +2,19 @@ name: Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
schedule:
|
||||
- cron: '22 23 * * 5'
|
||||
|
||||
concurrency:
|
||||
group: test-action
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user