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:
Jordi Gutiérrez Hermoso 2024-08-26 11:06:10 -04:00 committed by jordigh
parent f0d0b9120b
commit 356f0b423e

View File

@ -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]