Skip to content

Commit

Permalink
workflows: disable the daily build on forks (closes #1168)
Browse files Browse the repository at this point in the history
We'll now need to define this repo variable on our clone in order to make this run.
  • Loading branch information
jordigh committed Sep 4, 2024
1 parent f0d0b91 commit 356f0b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
push_to_registry:
name: Push latest Docker image to Docker Hub
runs-on: ubuntu-latest
if: ${{ vars.RUN_DAILY_BUILD }}
strategy:
matrix:
python-version: [3.11]
Expand Down

0 comments on commit 356f0b4

Please sign in to comment.