Skip to content

Commit

Permalink
CI: fix missed if conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
anishshobithps committed Jan 11, 2025
1 parent 07c990f commit 8df77aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}/latex-builder:buildcache,mode=max

- name: Pull latest Docker image
if: steps.changes.outputs.changed == '1'
run: docker pull ghcr.io/${{ github.repository }}/latex-builder:latest

- name: Build LaTeX document
if: steps.changes.outputs.changed == '1'
run: |
docker run --rm -v ${{ github.workspace }}:/latex \
ghcr.io/${{ github.repository }}/latex-builder:latest \
Expand Down

0 comments on commit 8df77aa

Please sign in to comment.