Skip to content

Commit

Permalink
ci: 2nd try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Nov 7, 2022
1 parent e66babe commit 9f9ec2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'trying.tmp*'
- 'staging*.tmp'
schedule:
- cron: '0 20 * * *' # 8PM CET/11AM PT
- cron: '0 22 * * *' # 8PM CET/11AM PT

name: mathport

Expand Down
3 changes: 3 additions & 0 deletions update_ports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ GITHUB_USER=leanprover-community-bot

set -ex

git config user.email "[email protected]"
git config user.name "leanprover-community-bot"

git clone "https://$GITHUB_USER:$GITHUB_TOKEN@github.com/leanprover-community/lean3port"
pushd lean3port
./update.sh "$TAG"
Expand Down

0 comments on commit 9f9ec2f

Please sign in to comment.