workflow
parent
b8b3c657f1
commit
c191148f31
|
|
@ -43,8 +43,6 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
lfs: false
|
lfs: false
|
||||||
- run: yarn
|
|
||||||
- run: yarn run cli --help
|
|
||||||
- run: yarn run cli -m checks-update
|
- run: yarn run cli -m checks-update
|
||||||
timeout-minutes: 180
|
timeout-minutes: 180
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,9 @@ on:
|
||||||
push: { branches: [cloud-runner-develop, cloud-runner-preview, main] }
|
push: { branches: [cloud-runner-develop, cloud-runner-preview, main] }
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions: write-all
|
permissions:
|
||||||
|
checks: write
|
||||||
|
workflows: write
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GKE_ZONE: 'us-central1'
|
GKE_ZONE: 'us-central1'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue