Skip to content

Commit

Permalink
also run docker build on workflow file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zero9178 committed May 9, 2024
1 parent 10f7c3c commit 6ad2386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
mkdir ./toolchain
# TODO: This should use main instead before landing.
docker run --rm ghcr.io/opencompl/Quidditch/toolchain:${{ github.ref_name }} tar -cC /opt/quidditch-toolchain . \
docker run --rm ghcr.io/opencompl/quidditch/toolchain:${{ github.ref_name }} tar -cC /opt/quidditch-toolchain . \
| tar -xC ./toolchain
- name: Set up Python
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/toolchain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
paths:
- runtime/toolchain/**
- .github/workflows/toolchain.yaml
workflow_dispatch:


Expand Down

0 comments on commit 6ad2386

Please sign in to comment.