mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-12-25 01:36:19 +08:00
Attempt to reduce duplicate workflows on PR creation
This commit is contained in:
parent
574cf0ddce
commit
f344e25b84
1
.github/workflows/dev.yml
vendored
1
.github/workflows/dev.yml
vendored
@ -2,6 +2,7 @@ name: Verify generated outputs
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
push:
|
||||
|
||||
jobs:
|
||||
|
@ -2,6 +2,7 @@ name: Test different action inputs
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
|
@ -2,6 +2,7 @@ name: Test caching configuration
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
|
@ -2,6 +2,7 @@ name: Test save/restore configuration-cache state
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
|
@ -2,6 +2,7 @@ name: Test save/restore Gradle Home directory
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
|
1
.github/workflows/integTest-execution.yml
vendored
1
.github/workflows/integTest-execution.yml
vendored
@ -2,6 +2,7 @@ name: Test Gradle execution
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
|
@ -2,6 +2,7 @@ name: Test caching with a custom GRADLE_USER_HOME
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
|
1
.github/workflows/integTest-kotlin-dsl.yml
vendored
1
.github/workflows/integTest-kotlin-dsl.yml
vendored
@ -2,6 +2,7 @@ name: Test caching with Kotlin DSL
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [assigned, review_requested]
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user