workflow
parent
b8b3c657f1
commit
c191148f31
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue