mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 09:02:50 +00:00
Reduce overlap of ci workflows
This commit is contained in:
parent
66050d88b2
commit
0c3292abfb
3 changed files with 11 additions and 5 deletions
7
.github/workflows/ci-full-check.yml
vendored
7
.github/workflows/ci-full-check.yml
vendored
|
@ -2,9 +2,12 @@ name: full-check
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
types:
|
||||
- assigned
|
||||
- review_requested
|
||||
push:
|
||||
branches: [ main, dd/dpe-main ]
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
action-inputs:
|
||||
|
|
3
.github/workflows/ci-quick-check.yml
vendored
3
.github/workflows/ci-quick-check.yml
vendored
|
@ -1,9 +1,8 @@
|
|||
name: quick-check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
push:
|
||||
branches-ignore: main
|
||||
|
||||
jobs:
|
||||
build-distribution:
|
||||
|
|
6
.github/workflows/ci-verify-outputs.yml
vendored
6
.github/workflows/ci-verify-outputs.yml
vendored
|
@ -2,8 +2,12 @@ name: verify-outputs
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
types:
|
||||
- assigned
|
||||
- review_requested
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
|
Loading…
Reference in a new issue