pull/479/head
Frostebite 2023-01-19 00:35:40 +00:00
parent b8b3c657f1
commit c191148f31
2 changed files with 3 additions and 3 deletions

View File

@ -43,8 +43,6 @@ jobs:
uses: actions/checkout@v2
with:
lfs: false
- run: yarn
- run: yarn run cli --help
- run: yarn run cli -m checks-update
timeout-minutes: 180
env:

View File

@ -4,7 +4,9 @@ on:
push: { branches: [cloud-runner-develop, cloud-runner-preview, main] }
workflow_dispatch:
permissions: write-all
permissions:
checks: write
workflows: write
env:
GKE_ZONE: 'us-central1'