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.
pull/920/merge
Jordi Gutiérrez Hermoso 3 weeks ago committed by jordigh
parent f0d0b9120b
commit 356f0b423e

@ -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…
Cancel
Save