diff --git a/.github/workflows/appengine-analytics.yaml b/.github/workflows/appengine-analytics.yaml index e3c7da897a..66987a089b 100644 --- a/.github/workflows/appengine-analytics.yaml +++ b/.github/workflows/appengine-analytics.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-building-an-app-build.yaml b/.github/workflows/appengine-building-an-app-build.yaml index 9baacac565..c457041862 100644 --- a/.github/workflows/appengine-building-an-app-build.yaml +++ b/.github/workflows/appengine-building-an-app-build.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-building-an-app-update.yaml b/.github/workflows/appengine-building-an-app-update.yaml index ab4ff73bea..70ab4ebf4c 100644 --- a/.github/workflows/appengine-building-an-app-update.yaml +++ b/.github/workflows/appengine-building-an-app-update.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-datastore.yaml b/.github/workflows/appengine-datastore.yaml index 4c7c5091d1..2dc8c7e02a 100644 --- a/.github/workflows/appengine-datastore.yaml +++ b/.github/workflows/appengine-datastore.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-endpoints.yaml b/.github/workflows/appengine-endpoints.yaml index fd2c24d72e..0005f68006 100644 --- a/.github/workflows/appengine-endpoints.yaml +++ b/.github/workflows/appengine-endpoints.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-hello-world-flexible.yaml b/.github/workflows/appengine-hello-world-flexible.yaml index d21b189a31..a39f187897 100644 --- a/.github/workflows/appengine-hello-world-flexible.yaml +++ b/.github/workflows/appengine-hello-world-flexible.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-hello-world-standard.yaml b/.github/workflows/appengine-hello-world-standard.yaml index 758d8dc8f5..b1d9e1138c 100644 --- a/.github/workflows/appengine-hello-world-standard.yaml +++ b/.github/workflows/appengine-hello-world-standard.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-memcached.yaml b/.github/workflows/appengine-memcached.yaml index ac83bcb482..e3b03ab507 100644 --- a/.github/workflows/appengine-memcached.yaml +++ b/.github/workflows/appengine-memcached.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-metadata-flexible.yaml b/.github/workflows/appengine-metadata-flexible.yaml index 5a1870e42f..54b76d27f2 100644 --- a/.github/workflows/appengine-metadata-flexible.yaml +++ b/.github/workflows/appengine-metadata-flexible.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-metadata-standard.yaml b/.github/workflows/appengine-metadata-standard.yaml index 571d128ac7..359883d245 100644 --- a/.github/workflows/appengine-metadata-standard.yaml +++ b/.github/workflows/appengine-metadata-standard.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-pubsub.yaml b/.github/workflows/appengine-pubsub.yaml index 46c4ae7346..81b3e785c0 100644 --- a/.github/workflows/appengine-pubsub.yaml +++ b/.github/workflows/appengine-pubsub.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-static-files.yaml b/.github/workflows/appengine-static-files.yaml index 06d2a44be1..3a3185db8c 100644 --- a/.github/workflows/appengine-static-files.yaml +++ b/.github/workflows/appengine-static-files.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-storage-flexible.yaml b/.github/workflows/appengine-storage-flexible.yaml index 5713b27ba9..20ea9398aa 100644 --- a/.github/workflows/appengine-storage-flexible.yaml +++ b/.github/workflows/appengine-storage-flexible.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-storage-standard.yaml b/.github/workflows/appengine-storage-standard.yaml index bc7bf0183d..7282e9571f 100644 --- a/.github/workflows/appengine-storage-standard.yaml +++ b/.github/workflows/appengine-storage-standard.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-twilio.yaml b/.github/workflows/appengine-twilio.yaml index c3d97624b2..cc178b1b52 100644 --- a/.github/workflows/appengine-twilio.yaml +++ b/.github/workflows/appengine-twilio.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-typescript.yaml b/.github/workflows/appengine-typescript.yaml index e8b265696e..e40d14f74a 100644 --- a/.github/workflows/appengine-typescript.yaml +++ b/.github/workflows/appengine-typescript.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/appengine-websockets.yaml b/.github/workflows/appengine-websockets.yaml index 0eb36c6f87..d298fc8ad3 100644 --- a/.github/workflows/appengine-websockets.yaml +++ b/.github/workflows/appengine-websockets.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/auth.yaml b/.github/workflows/auth.yaml index 6a4d4abbf1..58dd257211 100644 --- a/.github/workflows/auth.yaml +++ b/.github/workflows/auth.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/ci.yaml.template b/.github/workflows/ci.yaml.template index dd7a1663ab..88d89b67a2 100644 --- a/.github/workflows/ci.yaml.template +++ b/.github/workflows/ci.yaml.template @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: {% raw %}${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }}{% endraw %} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/cloud-tasks-app.yaml b/.github/workflows/cloud-tasks-app.yaml index 908048c2dd..14ef91ddc8 100644 --- a/.github/workflows/cloud-tasks-app.yaml +++ b/.github/workflows/cloud-tasks-app.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/cloud-tasks-function.yaml b/.github/workflows/cloud-tasks-function.yaml index d7d7fe0ca1..b260248259 100644 --- a/.github/workflows/cloud-tasks-function.yaml +++ b/.github/workflows/cloud-tasks-function.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/composer-functions-composer-storage-trigger.yaml b/.github/workflows/composer-functions-composer-storage-trigger.yaml index e15b357030..770ee9d3f4 100644 --- a/.github/workflows/composer-functions-composer-storage-trigger.yaml +++ b/.github/workflows/composer-functions-composer-storage-trigger.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/composer.yaml b/.github/workflows/composer.yaml index 3445ff6e80..4b39cc1c8f 100644 --- a/.github/workflows/composer.yaml +++ b/.github/workflows/composer.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/containerengine-hello-world.yaml b/.github/workflows/containerengine-hello-world.yaml index 38c9f78d33..613d7cc1f3 100644 --- a/.github/workflows/containerengine-hello-world.yaml +++ b/.github/workflows/containerengine-hello-world.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/datacatalog-cloud-client.yaml b/.github/workflows/datacatalog-cloud-client.yaml index 1fb73cbc7f..f73b21e0dc 100644 --- a/.github/workflows/datacatalog-cloud-client.yaml +++ b/.github/workflows/datacatalog-cloud-client.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/datacatalog-quickstart.yaml b/.github/workflows/datacatalog-quickstart.yaml index 1df79b59c3..f7c22852fe 100644 --- a/.github/workflows/datacatalog-quickstart.yaml +++ b/.github/workflows/datacatalog-quickstart.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/datastore-functions.yaml b/.github/workflows/datastore-functions.yaml index 5f2199e9e7..3022d8683f 100644 --- a/.github/workflows/datastore-functions.yaml +++ b/.github/workflows/datastore-functions.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/endpoints-getting-started-grpc.yaml b/.github/workflows/endpoints-getting-started-grpc.yaml index 593998bef8..1f58ecca8e 100644 --- a/.github/workflows/endpoints-getting-started-grpc.yaml +++ b/.github/workflows/endpoints-getting-started-grpc.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/endpoints-getting-started.yaml b/.github/workflows/endpoints-getting-started.yaml index 395ff550ce..f6ad9cd663 100644 --- a/.github/workflows/endpoints-getting-started.yaml +++ b/.github/workflows/endpoints-getting-started.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-firebase.yaml b/.github/workflows/functions-firebase.yaml index 82361a24e1..5ddaa4cdb1 100644 --- a/.github/workflows/functions-firebase.yaml +++ b/.github/workflows/functions-firebase.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-helloworld.yaml b/.github/workflows/functions-helloworld.yaml index d2d13d219d..026f328ac7 100644 --- a/.github/workflows/functions-helloworld.yaml +++ b/.github/workflows/functions-helloworld.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-http.yaml b/.github/workflows/functions-http.yaml index 19ccf62bb5..e0fe7765a9 100644 --- a/.github/workflows/functions-http.yaml +++ b/.github/workflows/functions-http.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-pubsub.yaml b/.github/workflows/functions-pubsub.yaml index cb3ca1f0d8..6302ce4862 100644 --- a/.github/workflows/functions-pubsub.yaml +++ b/.github/workflows/functions-pubsub.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-scheduleinstance.yaml b/.github/workflows/functions-scheduleinstance.yaml index c2b5be2396..512b1eb1f8 100644 --- a/.github/workflows/functions-scheduleinstance.yaml +++ b/.github/workflows/functions-scheduleinstance.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-security.yaml b/.github/workflows/functions-security.yaml index 6c91f9d596..de9612265e 100644 --- a/.github/workflows/functions-security.yaml +++ b/.github/workflows/functions-security.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-slack.yaml b/.github/workflows/functions-slack.yaml index f93a1e40bd..18efc48bf2 100644 --- a/.github/workflows/functions-slack.yaml +++ b/.github/workflows/functions-slack.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-spanner.yaml b/.github/workflows/functions-spanner.yaml index 00b0f1a35b..0724c89d39 100644 --- a/.github/workflows/functions-spanner.yaml +++ b/.github/workflows/functions-spanner.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-speech-to-speech-functions.yaml b/.github/workflows/functions-speech-to-speech-functions.yaml index a27163653d..1622001436 100644 --- a/.github/workflows/functions-speech-to-speech-functions.yaml +++ b/.github/workflows/functions-speech-to-speech-functions.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-v2-autolabelinstance.yaml b/.github/workflows/functions-v2-autolabelinstance.yaml index 976a349ff3..79dca39d47 100644 --- a/.github/workflows/functions-v2-autolabelinstance.yaml +++ b/.github/workflows/functions-v2-autolabelinstance.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-v2-cloudeventlogging.yaml b/.github/workflows/functions-v2-cloudeventlogging.yaml index ea34b17af7..b8d5ac1c43 100644 --- a/.github/workflows/functions-v2-cloudeventlogging.yaml +++ b/.github/workflows/functions-v2-cloudeventlogging.yaml @@ -1,7 +1,7 @@ name: functions-v2-cloudeventlogging on: schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' push: branches: - main @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-v2-helloauditlog.yaml b/.github/workflows/functions-v2-helloauditlog.yaml index 01f5c0d767..9a8fa9fcfb 100644 --- a/.github/workflows/functions-v2-helloauditlog.yaml +++ b/.github/workflows/functions-v2-helloauditlog.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-v2-hellobigquery.yaml b/.github/workflows/functions-v2-hellobigquery.yaml index 5a75110d29..ec74347a0a 100644 --- a/.github/workflows/functions-v2-hellobigquery.yaml +++ b/.github/workflows/functions-v2-hellobigquery.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-v2-hellogcs.yaml b/.github/workflows/functions-v2-hellogcs.yaml index 79eb695fc4..e58c203203 100644 --- a/.github/workflows/functions-v2-hellogcs.yaml +++ b/.github/workflows/functions-v2-hellogcs.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-v2-hellopubsub.yaml b/.github/workflows/functions-v2-hellopubsub.yaml index aa4d75857e..10806c25a0 100644 --- a/.github/workflows/functions-v2-hellopubsub.yaml +++ b/.github/workflows/functions-v2-hellopubsub.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-v2-httplogging.yaml b/.github/workflows/functions-v2-httplogging.yaml index 3c4c57632e..1be1b1cd6a 100644 --- a/.github/workflows/functions-v2-httplogging.yaml +++ b/.github/workflows/functions-v2-httplogging.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/functions-v2-imagemagick.yaml b/.github/workflows/functions-v2-imagemagick.yaml index 18f55b72b4..93d19fb721 100644 --- a/.github/workflows/functions-v2-imagemagick.yaml +++ b/.github/workflows/functions-v2-imagemagick.yaml @@ -11,11 +11,12 @@ on: pull_request_target: types: [labeled] schedule: - - cron: '0 2 * * *' + - cron: '0 0 * * 0' jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/healthcare-datasets.yaml b/.github/workflows/healthcare-datasets.yaml index 766c1acdd1..e0dfd55aae 100644 --- a/.github/workflows/healthcare-datasets.yaml +++ b/.github/workflows/healthcare-datasets.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/healthcare-dicom.yaml b/.github/workflows/healthcare-dicom.yaml index 96924852f0..331008c95c 100644 --- a/.github/workflows/healthcare-dicom.yaml +++ b/.github/workflows/healthcare-dicom.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/healthcare-fhir.yaml b/.github/workflows/healthcare-fhir.yaml index 12cf29b672..94b39b9b19 100644 --- a/.github/workflows/healthcare-fhir.yaml +++ b/.github/workflows/healthcare-fhir.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/healthcare-hl7v2.yaml b/.github/workflows/healthcare-hl7v2.yaml index 28e3497628..fa9284b5ca 100644 --- a/.github/workflows/healthcare-hl7v2.yaml +++ b/.github/workflows/healthcare-hl7v2.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/monitoring-opencensus.yaml b/.github/workflows/monitoring-opencensus.yaml index 15dd924f42..cf009a9f72 100644 --- a/.github/workflows/monitoring-opencensus.yaml +++ b/.github/workflows/monitoring-opencensus.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/monitoring-prometheus.yaml b/.github/workflows/monitoring-prometheus.yaml index 59d019f451..c865586f86 100644 --- a/.github/workflows/monitoring-prometheus.yaml +++ b/.github/workflows/monitoring-prometheus.yaml @@ -16,6 +16,7 @@ jobs: test: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write' diff --git a/.github/workflows/opencensus.yaml b/.github/workflows/opencensus.yaml index d3e7abd15a..de2fb61142 100644 --- a/.github/workflows/opencensus.yaml +++ b/.github/workflows/opencensus.yaml @@ -16,6 +16,7 @@ jobs: opencensus: if: ${{ github.event.action != 'labeled' || github.event.label.name == 'actions:force-run' }} runs-on: ubuntu-latest + timeout-minutes: 60 permissions: contents: 'write' pull-requests: 'write'