mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
ci: flip worker check, if found skip=1, not 0
This commit is contained in:
parent
20fec5ea24
commit
25615ac38d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -73,8 +73,8 @@ jobs:
|
|||
id: check
|
||||
run: |
|
||||
gsutil stat gs://roleypoly-artifacts/backend-worker/${{ github.sha }}/script.js \
|
||||
&& echo ::set-output name=skip::0 \
|
||||
|| echo ::set-output name=skip::1
|
||||
&& echo ::set-output name=skip::1 \
|
||||
|| echo ::set-output name=skip::0
|
||||
|
||||
- run: npm i -g @cloudflare/wrangler
|
||||
if: steps.check.outputs.skip == '0'
|
||||
|
|
Loading…
Add table
Reference in a new issue