diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index a4025298..2cf6cd43 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -2,6 +2,7 @@ name: Verify generated outputs on: pull_request: + types: [assigned, review_requested] push: jobs: diff --git a/.github/workflows/integTest-action-inputs.yml b/.github/workflows/integTest-action-inputs.yml index 46489dfe..8d197de5 100644 --- a/.github/workflows/integTest-action-inputs.yml +++ b/.github/workflows/integTest-action-inputs.yml @@ -2,6 +2,7 @@ name: Test different action inputs on: pull_request: + types: [assigned, review_requested] push: workflow_dispatch: diff --git a/.github/workflows/integTest-caching-config.yml b/.github/workflows/integTest-caching-config.yml index f5294b51..d5190fa3 100644 --- a/.github/workflows/integTest-caching-config.yml +++ b/.github/workflows/integTest-caching-config.yml @@ -2,6 +2,7 @@ name: Test caching configuration on: pull_request: + types: [assigned, review_requested] push: workflow_dispatch: diff --git a/.github/workflows/integTest-caching-configuration-cache.yml b/.github/workflows/integTest-caching-configuration-cache.yml index 7ba7f27c..5d037b5c 100644 --- a/.github/workflows/integTest-caching-configuration-cache.yml +++ b/.github/workflows/integTest-caching-configuration-cache.yml @@ -2,6 +2,7 @@ name: Test save/restore configuration-cache state on: pull_request: + types: [assigned, review_requested] push: workflow_dispatch: diff --git a/.github/workflows/integTest-caching-gradle-home.yml b/.github/workflows/integTest-caching-gradle-home.yml index 1ee5c679..b3a4eee4 100644 --- a/.github/workflows/integTest-caching-gradle-home.yml +++ b/.github/workflows/integTest-caching-gradle-home.yml @@ -2,6 +2,7 @@ name: Test save/restore Gradle Home directory on: pull_request: + types: [assigned, review_requested] push: workflow_dispatch: diff --git a/.github/workflows/integTest-execution.yml b/.github/workflows/integTest-execution.yml index 62caf23f..a939d203 100644 --- a/.github/workflows/integTest-execution.yml +++ b/.github/workflows/integTest-execution.yml @@ -2,6 +2,7 @@ name: Test Gradle execution on: pull_request: + types: [assigned, review_requested] push: workflow_dispatch: diff --git a/.github/workflows/integTest-gradle-user-home.yml b/.github/workflows/integTest-gradle-user-home.yml index d6a7e47b..6989ef8d 100644 --- a/.github/workflows/integTest-gradle-user-home.yml +++ b/.github/workflows/integTest-gradle-user-home.yml @@ -2,6 +2,7 @@ name: Test caching with a custom GRADLE_USER_HOME on: pull_request: + types: [assigned, review_requested] push: workflow_dispatch: diff --git a/.github/workflows/integTest-kotlin-dsl.yml b/.github/workflows/integTest-kotlin-dsl.yml index c0ce4ae2..d0d80b22 100644 --- a/.github/workflows/integTest-kotlin-dsl.yml +++ b/.github/workflows/integTest-kotlin-dsl.yml @@ -2,6 +2,7 @@ name: Test caching with Kotlin DSL on: pull_request: + types: [assigned, review_requested] push: workflow_dispatch: