diff --git a/.github/workflows/appengine-analytics.yaml b/.github/workflows/appengine-analytics.yaml index 47c0007d95..1e51127a97 100644 --- a/.github/workflows/appengine-analytics.yaml +++ b/.github/workflows/appengine-analytics.yaml @@ -10,6 +10,8 @@ on: - 'appengine/analytics/**' pull_request_target: types: [labeled] + paths: + - 'appengine/analytics/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-building-an-app-build.yaml b/.github/workflows/appengine-building-an-app-build.yaml index 6b47f2f593..6405e12fc5 100644 --- a/.github/workflows/appengine-building-an-app-build.yaml +++ b/.github/workflows/appengine-building-an-app-build.yaml @@ -10,6 +10,8 @@ on: - 'appengine/building-an-app/build/**' pull_request_target: types: [labeled] + paths: + - 'appengine/building-an-app/build/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-building-an-app-update.yaml b/.github/workflows/appengine-building-an-app-update.yaml index 85f2962a0f..06f2e83f89 100644 --- a/.github/workflows/appengine-building-an-app-update.yaml +++ b/.github/workflows/appengine-building-an-app-update.yaml @@ -10,6 +10,8 @@ on: - 'appengine/building-an-app/update/**' pull_request_target: types: [labeled] + paths: + - 'appengine/building-an-app/update/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-datastore.yaml b/.github/workflows/appengine-datastore.yaml index ef93fdea66..8fd093fd89 100644 --- a/.github/workflows/appengine-datastore.yaml +++ b/.github/workflows/appengine-datastore.yaml @@ -10,6 +10,8 @@ on: - 'appengine/datastore/**' pull_request_target: types: [labeled] + paths: + - 'appengine/datastore/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-endpoints.yaml b/.github/workflows/appengine-endpoints.yaml index 8cef3206f4..b9107db5b6 100644 --- a/.github/workflows/appengine-endpoints.yaml +++ b/.github/workflows/appengine-endpoints.yaml @@ -10,6 +10,8 @@ on: - 'appengine/endpoints/**' pull_request_target: types: [labeled] + paths: + - 'appengine/endpoints/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-hello-world-flexible.yaml b/.github/workflows/appengine-hello-world-flexible.yaml index 817e183cf7..927b978113 100644 --- a/.github/workflows/appengine-hello-world-flexible.yaml +++ b/.github/workflows/appengine-hello-world-flexible.yaml @@ -10,6 +10,8 @@ on: - 'appengine/hello-world/flexible/**' pull_request_target: types: [labeled] + paths: + - 'appengine/hello-world/flexible/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-hello-world-standard.yaml b/.github/workflows/appengine-hello-world-standard.yaml index cbe8fd705d..5813f54fcf 100644 --- a/.github/workflows/appengine-hello-world-standard.yaml +++ b/.github/workflows/appengine-hello-world-standard.yaml @@ -10,6 +10,8 @@ on: - 'appengine/hello-world/standard/**' pull_request_target: types: [labeled] + paths: + - 'appengine/hello-world/standard/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-memcached.yaml b/.github/workflows/appengine-memcached.yaml index 78ba3fc4c2..90eb0fb31f 100644 --- a/.github/workflows/appengine-memcached.yaml +++ b/.github/workflows/appengine-memcached.yaml @@ -10,6 +10,8 @@ on: - 'appengine/memcached/**' pull_request_target: types: [labeled] + paths: + - 'appengine/memcached/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-metadata-flexible.yaml b/.github/workflows/appengine-metadata-flexible.yaml index a6edb27ba9..5f14594296 100644 --- a/.github/workflows/appengine-metadata-flexible.yaml +++ b/.github/workflows/appengine-metadata-flexible.yaml @@ -10,6 +10,8 @@ on: - 'appengine/metadata/flexible/**' pull_request_target: types: [labeled] + paths: + - 'appengine/metadata/flexible/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-metadata-standard.yaml b/.github/workflows/appengine-metadata-standard.yaml index e9afcfc72b..b827607072 100644 --- a/.github/workflows/appengine-metadata-standard.yaml +++ b/.github/workflows/appengine-metadata-standard.yaml @@ -10,6 +10,8 @@ on: - 'appengine/metadata/standard/**' pull_request_target: types: [labeled] + paths: + - 'appengine/metadata/standard/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-pubsub.yaml b/.github/workflows/appengine-pubsub.yaml index 92cb61ca0d..808e5ec1b9 100644 --- a/.github/workflows/appengine-pubsub.yaml +++ b/.github/workflows/appengine-pubsub.yaml @@ -10,6 +10,8 @@ on: - 'appengine/pubsub/**' pull_request_target: types: [labeled] + paths: + - 'appengine/pubsub/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-static-files.yaml b/.github/workflows/appengine-static-files.yaml index 63a16a07ee..72f4f73432 100644 --- a/.github/workflows/appengine-static-files.yaml +++ b/.github/workflows/appengine-static-files.yaml @@ -10,6 +10,8 @@ on: - 'appengine/static-files/**' pull_request_target: types: [labeled] + paths: + - 'appengine/static-files/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-storage-flexible.yaml b/.github/workflows/appengine-storage-flexible.yaml index c3f7f6389f..794678da05 100644 --- a/.github/workflows/appengine-storage-flexible.yaml +++ b/.github/workflows/appengine-storage-flexible.yaml @@ -10,6 +10,8 @@ on: - 'appengine/storage/flexible/**' pull_request_target: types: [labeled] + paths: + - 'appengine/storage/flexible/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-storage-standard.yaml b/.github/workflows/appengine-storage-standard.yaml index a0637f729b..0f1f65a558 100644 --- a/.github/workflows/appengine-storage-standard.yaml +++ b/.github/workflows/appengine-storage-standard.yaml @@ -10,6 +10,8 @@ on: - 'appengine/storage/standard/**' pull_request_target: types: [labeled] + paths: + - 'appengine/storage/standard/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-twilio.yaml b/.github/workflows/appengine-twilio.yaml index a0cd0634db..304eb7ef0d 100644 --- a/.github/workflows/appengine-twilio.yaml +++ b/.github/workflows/appengine-twilio.yaml @@ -10,6 +10,8 @@ on: - 'appengine/twilio/**' pull_request_target: types: [labeled] + paths: + - 'appengine/twilio/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-typescript.yaml b/.github/workflows/appengine-typescript.yaml index 3917f43184..0a63b36d81 100644 --- a/.github/workflows/appengine-typescript.yaml +++ b/.github/workflows/appengine-typescript.yaml @@ -10,6 +10,8 @@ on: - 'appengine/typescript/**' pull_request_target: types: [labeled] + paths: + - 'appengine/typescript/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/appengine-websockets.yaml b/.github/workflows/appengine-websockets.yaml index f78d1b5983..4919efdbe1 100644 --- a/.github/workflows/appengine-websockets.yaml +++ b/.github/workflows/appengine-websockets.yaml @@ -10,6 +10,8 @@ on: - 'appengine/websockets/**' pull_request_target: types: [labeled] + paths: + - 'appengine/websockets/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/auth.yaml b/.github/workflows/auth.yaml index 7f27054411..536ec279b6 100644 --- a/.github/workflows/auth.yaml +++ b/.github/workflows/auth.yaml @@ -10,6 +10,8 @@ on: - 'auth/**' pull_request_target: types: [labeled] + paths: + - 'auth/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/automl.yaml b/.github/workflows/automl.yaml index d5fe8c8e25..661bea7972 100644 --- a/.github/workflows/automl.yaml +++ b/.github/workflows/automl.yaml @@ -10,6 +10,8 @@ on: - 'automl/**' pull_request_target: types: [labeled] + paths: + - 'automl/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/batch.yaml b/.github/workflows/batch.yaml index c6855417be..b52818c197 100644 --- a/.github/workflows/batch.yaml +++ b/.github/workflows/batch.yaml @@ -10,6 +10,8 @@ on: - 'batch/**' pull_request_target: types: [labeled] + paths: + - 'batch/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/cloud-language.yaml b/.github/workflows/cloud-language.yaml index 685190dbd1..924db6d937 100644 --- a/.github/workflows/cloud-language.yaml +++ b/.github/workflows/cloud-language.yaml @@ -10,6 +10,8 @@ on: - 'cloud-language/**' pull_request_target: types: [labeled] + paths: + - 'cloud-language/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/cloud-tasks-app.yaml b/.github/workflows/cloud-tasks-app.yaml index 6d99bc2052..1d6d7cadf9 100644 --- a/.github/workflows/cloud-tasks-app.yaml +++ b/.github/workflows/cloud-tasks-app.yaml @@ -10,6 +10,8 @@ on: - 'cloud-tasks/tutorial-gcf/app/**' pull_request_target: types: [labeled] + paths: + - 'cloud-tasks/tutorial-gcf/app/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/cloud-tasks-function.yaml b/.github/workflows/cloud-tasks-function.yaml index b39111d828..db1b38a4e6 100644 --- a/.github/workflows/cloud-tasks-function.yaml +++ b/.github/workflows/cloud-tasks-function.yaml @@ -10,6 +10,8 @@ on: - 'cloud-tasks/tutorial-gcf/function/**' pull_request_target: types: [labeled] + paths: + - 'cloud-tasks/tutorial-gcf/function/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/cloud-tasks.yaml b/.github/workflows/cloud-tasks.yaml index 7675b42d50..c53c14f918 100644 --- a/.github/workflows/cloud-tasks.yaml +++ b/.github/workflows/cloud-tasks.yaml @@ -10,6 +10,8 @@ on: - 'cloud-tasks/snippets/**' pull_request_target: types: [labeled] + paths: + - 'cloud-tasks/snippets/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/cloudbuild.yaml b/.github/workflows/cloudbuild.yaml index 96c434b448..02af580bc8 100644 --- a/.github/workflows/cloudbuild.yaml +++ b/.github/workflows/cloudbuild.yaml @@ -10,6 +10,8 @@ on: - 'cloudbuild/**' pull_request_target: types: [labeled] + paths: + - 'cloudbuild/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/composer-functions-composer-storage-trigger.yaml b/.github/workflows/composer-functions-composer-storage-trigger.yaml index 0998b7c0f0..8f49a27b24 100644 --- a/.github/workflows/composer-functions-composer-storage-trigger.yaml +++ b/.github/workflows/composer-functions-composer-storage-trigger.yaml @@ -10,6 +10,8 @@ on: - 'composer/functions/composer-storage-trigger/**' pull_request_target: types: [labeled] + paths: + - 'composer/functions/composer-storage-trigger/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/composer.yaml b/.github/workflows/composer.yaml index a348450de7..d56813b570 100644 --- a/.github/workflows/composer.yaml +++ b/.github/workflows/composer.yaml @@ -10,6 +10,8 @@ on: - 'composer/**' pull_request_target: types: [labeled] + paths: + - 'composer/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/contact-center-insights.yaml b/.github/workflows/contact-center-insights.yaml index 4a70def5bc..91c7f7c638 100644 --- a/.github/workflows/contact-center-insights.yaml +++ b/.github/workflows/contact-center-insights.yaml @@ -10,6 +10,8 @@ on: - 'contact-center-insights/**' pull_request_target: types: [labeled] + paths: + - 'contact-center-insights/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/container-analysis-snippets.yaml b/.github/workflows/container-analysis-snippets.yaml index 6cccffa168..6725c114d0 100644 --- a/.github/workflows/container-analysis-snippets.yaml +++ b/.github/workflows/container-analysis-snippets.yaml @@ -10,6 +10,8 @@ on: - 'container-analysis/snippets/**' pull_request_target: types: [labeled] + paths: + - 'container-analysis/snippets/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/containerengine-hello-world.yaml b/.github/workflows/containerengine-hello-world.yaml index eab4d76d1d..bafdbdd814 100644 --- a/.github/workflows/containerengine-hello-world.yaml +++ b/.github/workflows/containerengine-hello-world.yaml @@ -10,6 +10,8 @@ on: - 'containerengine/hello-world/**' pull_request_target: types: [labeled] + paths: + - 'containerengine/hello-world/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/datacatalog-cloud-client.yaml b/.github/workflows/datacatalog-cloud-client.yaml index 894bfc72a1..626ee1e63d 100644 --- a/.github/workflows/datacatalog-cloud-client.yaml +++ b/.github/workflows/datacatalog-cloud-client.yaml @@ -10,6 +10,8 @@ on: - 'datacatalog/cloud-client/**' pull_request_target: types: [labeled] + paths: + - 'datacatalog/cloud-client/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/datacatalog-quickstart.yaml b/.github/workflows/datacatalog-quickstart.yaml index 7f1d6ee500..e9983fee1f 100644 --- a/.github/workflows/datacatalog-quickstart.yaml +++ b/.github/workflows/datacatalog-quickstart.yaml @@ -10,6 +10,8 @@ on: - 'datacatalog/quickstart/**' pull_request_target: types: [labeled] + paths: + - 'datacatalog/quickstart/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/datalabeling.yaml b/.github/workflows/datalabeling.yaml index d460568769..271db8938d 100644 --- a/.github/workflows/datalabeling.yaml +++ b/.github/workflows/datalabeling.yaml @@ -10,6 +10,8 @@ on: - "datalabeling/**" pull_request_target: types: [labeled] + paths: + - "datalabeling/**" schedule: - cron: "0 0 * * 0" jobs: diff --git a/.github/workflows/datastore-functions.yaml b/.github/workflows/datastore-functions.yaml index 5a651d395f..d28fb0a087 100644 --- a/.github/workflows/datastore-functions.yaml +++ b/.github/workflows/datastore-functions.yaml @@ -10,6 +10,8 @@ on: - 'datastore/functions/**' pull_request_target: types: [labeled] + paths: + - 'datastore/functions/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/endpoints-getting-started-grpc.yaml b/.github/workflows/endpoints-getting-started-grpc.yaml index 971fe19d38..abab1bf0e1 100644 --- a/.github/workflows/endpoints-getting-started-grpc.yaml +++ b/.github/workflows/endpoints-getting-started-grpc.yaml @@ -10,6 +10,8 @@ on: - 'endpoints/getting-started-grpc/**' pull_request_target: types: [labeled] + paths: + - 'endpoints/getting-started-grpc/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/endpoints-getting-started.yaml b/.github/workflows/endpoints-getting-started.yaml index 137d976d70..21fb14b82f 100644 --- a/.github/workflows/endpoints-getting-started.yaml +++ b/.github/workflows/endpoints-getting-started.yaml @@ -10,6 +10,8 @@ on: - 'endpoints/getting-started/**' pull_request_target: types: [labeled] + paths: + - 'endpoints/getting-started/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/error-reporting.yaml b/.github/workflows/error-reporting.yaml index ab072c8e21..9ab89b9625 100644 --- a/.github/workflows/error-reporting.yaml +++ b/.github/workflows/error-reporting.yaml @@ -10,6 +10,8 @@ on: - "error-reporting/**" pull_request_target: types: [labeled] + paths: + - "error-reporting/**" schedule: - cron: "0 0 * * 0" jobs: diff --git a/.github/workflows/functions-concepts.yaml b/.github/workflows/functions-concepts.yaml index 14ef28ca3d..3ec5acacef 100644 --- a/.github/workflows/functions-concepts.yaml +++ b/.github/workflows/functions-concepts.yaml @@ -10,6 +10,8 @@ on: - 'functions/concepts/**' pull_request_target: types: [labeled] + paths: + - 'functions/concepts/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-firebase.yaml b/.github/workflows/functions-firebase.yaml index 8c2f2c405d..4d550d9160 100644 --- a/.github/workflows/functions-firebase.yaml +++ b/.github/workflows/functions-firebase.yaml @@ -10,6 +10,8 @@ on: - 'functions/firebase/**' pull_request_target: types: [labeled] + paths: + - 'functions/firebase/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-helloworld.yaml b/.github/workflows/functions-helloworld.yaml index 018ec45526..6bad81d666 100644 --- a/.github/workflows/functions-helloworld.yaml +++ b/.github/workflows/functions-helloworld.yaml @@ -10,6 +10,8 @@ on: - 'functions/helloworld/**' pull_request_target: types: [labeled] + paths: + - 'functions/helloworld/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-http.yaml b/.github/workflows/functions-http.yaml index 136ae187b2..93a7644a42 100644 --- a/.github/workflows/functions-http.yaml +++ b/.github/workflows/functions-http.yaml @@ -10,6 +10,8 @@ on: - 'functions/http/**' pull_request_target: types: [labeled] + paths: + - 'functions/http/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-log.yaml b/.github/workflows/functions-log.yaml index f34bf19199..2e83c20e6c 100644 --- a/.github/workflows/functions-log.yaml +++ b/.github/workflows/functions-log.yaml @@ -10,6 +10,8 @@ on: - 'functions/log/**' pull_request_target: types: [labeled] + paths: + - 'functions/log/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-memorystore.yaml b/.github/workflows/functions-memorystore.yaml index 77afdaa6e7..cd2a69df8b 100644 --- a/.github/workflows/functions-memorystore.yaml +++ b/.github/workflows/functions-memorystore.yaml @@ -10,6 +10,8 @@ on: - 'functions/memorystore/redis/**' pull_request_target: types: [labeled] + paths: + - 'functions/memorystore/redis/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-pubsub.yaml b/.github/workflows/functions-pubsub.yaml index 8121e16a8d..e7162b6a9f 100644 --- a/.github/workflows/functions-pubsub.yaml +++ b/.github/workflows/functions-pubsub.yaml @@ -10,6 +10,8 @@ on: - 'functions/pubsub/**' pull_request_target: types: [labeled] + paths: + - 'functions/pubsub/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-scheduleinstance.yaml b/.github/workflows/functions-scheduleinstance.yaml index 9c7a441bff..ee5687abe8 100644 --- a/.github/workflows/functions-scheduleinstance.yaml +++ b/.github/workflows/functions-scheduleinstance.yaml @@ -10,6 +10,8 @@ on: - 'functions/scheduleinstance/**' pull_request_target: types: [labeled] + paths: + - 'functions/scheduleinstance/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-security.yaml b/.github/workflows/functions-security.yaml index a9ed6da645..e8985a5edf 100644 --- a/.github/workflows/functions-security.yaml +++ b/.github/workflows/functions-security.yaml @@ -10,6 +10,8 @@ on: - 'functions/security/**' pull_request_target: types: [labeled] + paths: + - 'functions/security/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-slack.yaml b/.github/workflows/functions-slack.yaml index c1e598eefc..b681099054 100644 --- a/.github/workflows/functions-slack.yaml +++ b/.github/workflows/functions-slack.yaml @@ -10,6 +10,8 @@ on: - 'functions/slack/**' pull_request_target: types: [labeled] + paths: + - 'functions/slack/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-spanner.yaml b/.github/workflows/functions-spanner.yaml index 421ab2e97b..517052accd 100644 --- a/.github/workflows/functions-spanner.yaml +++ b/.github/workflows/functions-spanner.yaml @@ -10,6 +10,8 @@ on: - 'functions/spanner/**' pull_request_target: types: [labeled] + paths: + - 'functions/spanner/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-speech-to-speech-functions.yaml b/.github/workflows/functions-speech-to-speech-functions.yaml index 1f17582d28..b67748082b 100644 --- a/.github/workflows/functions-speech-to-speech-functions.yaml +++ b/.github/workflows/functions-speech-to-speech-functions.yaml @@ -10,6 +10,8 @@ on: - 'functions/speech-to-speech/functions/**' pull_request_target: types: [labeled] + paths: + - 'functions/speech-to-speech/functions/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-tips.yaml b/.github/workflows/functions-tips.yaml index 1ea47a6485..11fcd2267f 100644 --- a/.github/workflows/functions-tips.yaml +++ b/.github/workflows/functions-tips.yaml @@ -10,6 +10,8 @@ on: - 'functions/tips/**' pull_request_target: types: [labeled] + paths: + - 'functions/tips/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-v2-autolabelinstance.yaml b/.github/workflows/functions-v2-autolabelinstance.yaml index 9dce77661a..48aca85a4f 100644 --- a/.github/workflows/functions-v2-autolabelinstance.yaml +++ b/.github/workflows/functions-v2-autolabelinstance.yaml @@ -10,6 +10,8 @@ on: - 'functions/v2/autoLabelInstance/**' pull_request_target: types: [labeled] + paths: + - 'functions/v2/autoLabelInstance/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-v2-cloudeventlogging.yaml b/.github/workflows/functions-v2-cloudeventlogging.yaml index 7dd977e7e3..c179bec6e9 100644 --- a/.github/workflows/functions-v2-cloudeventlogging.yaml +++ b/.github/workflows/functions-v2-cloudeventlogging.yaml @@ -12,6 +12,8 @@ on: - 'functions/v2/cloudEventLogging/**' pull_request_target: types: [labeled] + paths: + - 'functions/v2/cloudEventLogging/**' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} diff --git a/.github/workflows/functions-v2-helloauditlog.yaml b/.github/workflows/functions-v2-helloauditlog.yaml index bc07050ae4..a3e90bd385 100644 --- a/.github/workflows/functions-v2-helloauditlog.yaml +++ b/.github/workflows/functions-v2-helloauditlog.yaml @@ -10,6 +10,8 @@ on: - 'functions/v2/helloAuditLog/**' pull_request_target: types: [labeled] + paths: + - 'functions/v2/helloAuditLog/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-v2-hellobigquery.yaml b/.github/workflows/functions-v2-hellobigquery.yaml index f5ea7ac2e5..7b50ad3344 100644 --- a/.github/workflows/functions-v2-hellobigquery.yaml +++ b/.github/workflows/functions-v2-hellobigquery.yaml @@ -10,6 +10,8 @@ on: - 'functions/v2/helloBigQuery/**' pull_request_target: types: [labeled] + paths: + - 'functions/v2/helloBigQuery/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-v2-hellogcs.yaml b/.github/workflows/functions-v2-hellogcs.yaml index a3abd7997d..f757f66f87 100644 --- a/.github/workflows/functions-v2-hellogcs.yaml +++ b/.github/workflows/functions-v2-hellogcs.yaml @@ -10,6 +10,8 @@ on: - 'functions/v2/helloGCS/**' pull_request_target: types: [labeled] + paths: + - 'functions/v2/helloGCS/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-v2-hellopubsub.yaml b/.github/workflows/functions-v2-hellopubsub.yaml index 4918631369..f2343540cb 100644 --- a/.github/workflows/functions-v2-hellopubsub.yaml +++ b/.github/workflows/functions-v2-hellopubsub.yaml @@ -10,6 +10,8 @@ on: - 'functions/v2/helloPubSub/**' pull_request_target: types: [labeled] + paths: + - 'functions/v2/helloPubSub/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-v2-httplogging.yaml b/.github/workflows/functions-v2-httplogging.yaml index 38180d3bb0..7ac1181779 100644 --- a/.github/workflows/functions-v2-httplogging.yaml +++ b/.github/workflows/functions-v2-httplogging.yaml @@ -10,6 +10,8 @@ on: - 'functions/v2/httpLogging/**' pull_request_target: types: [labeled] + paths: + - 'functions/v2/httpLogging/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/functions-v2-imagemagick.yaml b/.github/workflows/functions-v2-imagemagick.yaml index 4928c8b887..aa0439bd81 100644 --- a/.github/workflows/functions-v2-imagemagick.yaml +++ b/.github/workflows/functions-v2-imagemagick.yaml @@ -10,6 +10,8 @@ on: - 'functions/v2/imagemagick/**' pull_request_target: types: [labeled] + paths: + - 'functions/v2/imagemagick/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/healthcare-datasets.yaml b/.github/workflows/healthcare-datasets.yaml index b9d012ac4c..c882195e53 100644 --- a/.github/workflows/healthcare-datasets.yaml +++ b/.github/workflows/healthcare-datasets.yaml @@ -10,6 +10,8 @@ on: - 'healthcare/datasets/**' pull_request_target: types: [labeled] + paths: + - 'healthcare/datasets/**' schedule: - cron: '0 2 * * *' jobs: diff --git a/.github/workflows/healthcare-dicom.yaml b/.github/workflows/healthcare-dicom.yaml index f2be90d360..81b8bd7ce8 100644 --- a/.github/workflows/healthcare-dicom.yaml +++ b/.github/workflows/healthcare-dicom.yaml @@ -10,6 +10,8 @@ on: - 'healthcare/dicom/**' pull_request_target: types: [labeled] + paths: + - 'healthcare/dicom/**' schedule: - cron: '0 2 * * *' jobs: diff --git a/.github/workflows/healthcare-fhir.yaml b/.github/workflows/healthcare-fhir.yaml index e865de960d..7032716813 100644 --- a/.github/workflows/healthcare-fhir.yaml +++ b/.github/workflows/healthcare-fhir.yaml @@ -10,6 +10,8 @@ on: - 'healthcare/fhir/**' pull_request_target: types: [labeled] + paths: + - 'healthcare/fhir/**' schedule: - cron: '0 2 * * *' jobs: diff --git a/.github/workflows/healthcare-hl7v2.yaml b/.github/workflows/healthcare-hl7v2.yaml index 898c69fe19..3fe60b0fbc 100644 --- a/.github/workflows/healthcare-hl7v2.yaml +++ b/.github/workflows/healthcare-hl7v2.yaml @@ -10,6 +10,8 @@ on: - 'healthcare/hl7v2/**' pull_request_target: types: [labeled] + paths: + - 'healthcare/hl7v2/**' schedule: - cron: '0 2 * * *' jobs: diff --git a/.github/workflows/mediatranslation.yaml b/.github/workflows/mediatranslation.yaml index 54c86ed5f8..ebf7d95ab8 100644 --- a/.github/workflows/mediatranslation.yaml +++ b/.github/workflows/mediatranslation.yaml @@ -10,6 +10,8 @@ on: - 'mediatranslation/**' pull_request_target: types: [labeled] + paths: + - 'mediatranslation/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/monitoring-opencensus.yaml b/.github/workflows/monitoring-opencensus.yaml index 4833097ef9..eaf8ee2662 100644 --- a/.github/workflows/monitoring-opencensus.yaml +++ b/.github/workflows/monitoring-opencensus.yaml @@ -10,6 +10,8 @@ on: - 'monitoring/opencensus/**' pull_request_target: types: [labeled] + paths: + - 'monitoring/opencensus/**' schedule: - cron: '0 2 * * *' jobs: diff --git a/.github/workflows/monitoring-prometheus.yaml b/.github/workflows/monitoring-prometheus.yaml index 9d2f61bb98..70af4519f7 100644 --- a/.github/workflows/monitoring-prometheus.yaml +++ b/.github/workflows/monitoring-prometheus.yaml @@ -10,6 +10,8 @@ on: - 'monitoring/prometheus/**' pull_request_target: types: [labeled] + paths: + - 'monitoring/prometheus/**' schedule: - cron: '0 2 * * *' jobs: diff --git a/.github/workflows/monitoring-snippets.yaml b/.github/workflows/monitoring-snippets.yaml index 3d3c5c58ab..e714104ad8 100644 --- a/.github/workflows/monitoring-snippets.yaml +++ b/.github/workflows/monitoring-snippets.yaml @@ -10,6 +10,8 @@ on: - 'monitoring/snippets/**' pull_request_target: types: [labeled] + paths: + - 'monitoring/snippets/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/opencensus.yaml b/.github/workflows/opencensus.yaml index 4a24c0639a..94d8b2446e 100644 --- a/.github/workflows/opencensus.yaml +++ b/.github/workflows/opencensus.yaml @@ -10,6 +10,8 @@ on: - 'opencensus/**' pull_request_target: types: [labeled] + paths: + - 'opencensus/**' schedule: - cron: '0 2 * * *' jobs: diff --git a/.github/workflows/scheduler.yaml b/.github/workflows/scheduler.yaml index 16d199d06e..5581e57ae1 100644 --- a/.github/workflows/scheduler.yaml +++ b/.github/workflows/scheduler.yaml @@ -10,6 +10,8 @@ on: - 'scheduler/**' pull_request_target: types: [labeled] + paths: + - 'scheduler/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/speech.yaml b/.github/workflows/speech.yaml index ff928f441a..6f370a136a 100644 --- a/.github/workflows/speech.yaml +++ b/.github/workflows/speech.yaml @@ -10,6 +10,8 @@ on: - 'speech/**' pull_request_target: types: [labeled] + paths: + - 'speech/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/talent.yaml b/.github/workflows/talent.yaml index eeffdda383..073497e3cf 100644 --- a/.github/workflows/talent.yaml +++ b/.github/workflows/talent.yaml @@ -10,6 +10,8 @@ on: - 'talent/**' pull_request_target: types: [labeled] + paths: + - 'talent/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/translate.yaml b/.github/workflows/translate.yaml index 2832c7b5d6..6d13f9a3ac 100644 --- a/.github/workflows/translate.yaml +++ b/.github/workflows/translate.yaml @@ -10,6 +10,8 @@ on: - 'translate/**' pull_request_target: types: [labeled] + paths: + - 'translate/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/video-intelligence.yaml b/.github/workflows/video-intelligence.yaml index 5a562207e7..49779f642f 100644 --- a/.github/workflows/video-intelligence.yaml +++ b/.github/workflows/video-intelligence.yaml @@ -10,6 +10,8 @@ on: - 'video-intelligence/**' pull_request_target: types: [labeled] + paths: + - 'video-intelligence/**' schedule: - cron: '0 0 * * 0' jobs: diff --git a/.github/workflows/workflows.yaml b/.github/workflows/workflows.yaml index da30c911c2..aeb95e42cb 100644 --- a/.github/workflows/workflows.yaml +++ b/.github/workflows/workflows.yaml @@ -10,6 +10,8 @@ on: - 'workflows/**' pull_request_target: types: [labeled] + paths: + - 'workflows/**' schedule: - cron: '0 0 * * 0' jobs: