Skip to content

Commit

Permalink
Only clone pretix code if we need to build it
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Sep 26, 2024
1 parent bcb0c7f commit 3e9efbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
echo "image_exists=0" >> $GITHUB_OUTPUT
fi
- uses: actions/checkout@v4
if: ${{ steps.image.outputs.image_exists == 0 }}
with:
repository: pretix/pretix
ref: v2024.8.0
Expand Down

0 comments on commit 3e9efbc

Please sign in to comment.