mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
workflows: disable the daily build on forks (closes #1168)
We'll now need to define this repo variable on our clone in order to make this run.
This commit is contained in:
parent
f0d0b9120b
commit
356f0b423e
1
.github/workflows/docker_latest.yml
vendored
1
.github/workflows/docker_latest.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
|||||||
push_to_registry:
|
push_to_registry:
|
||||||
name: Push latest Docker image to Docker Hub
|
name: Push latest Docker image to Docker Hub
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ vars.RUN_DAILY_BUILD }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.11]
|
python-version: [3.11]
|
||||||
|
Loading…
Reference in New Issue
Block a user