Skip to content

Commit

Permalink
Trigger deploy by TLA+ CI too
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 7, 2024
1 parent bc18844 commit 5199787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Gitub Pages

on:
workflow_run:
workflows: ["Aya CI", "Lean 4 CI"]
workflows: ["Aya CI", "Lean 4 CI", "TLA+ CI"]
types:
- completed

Expand Down
4 changes: 3 additions & 1 deletion tla/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ prep-tla:
cd {{tlaprefix}}
if [ ! -f tla2tools.jar ]; then
curl -L -o tla2tools.jar https://github.com/tlaplus/tlaplus/releases/download/v1.8.0/tla2tools.jar
echo "✅TLA+ installed"
else
echo "✅TLA+ already installed"
fi
echo "✅TLA+ installed"
# wget https://github.com/tlaplus/tlaplus/releases/download/v1.8.0/TLAToolbox-1.8.0-macosx.cocoa.x86_64.zip
# unzip TLAToolbox-1.8.0-macosx.cocoa.x86_64.zip
# mv TLAToolbox.app /Applications
Expand Down

0 comments on commit 5199787

Please sign in to comment.