Skip to content

Commit

Permalink
Merge pull request#65from ProjectTorreyPines/compat
Browse files Browse the repository at this point in the history
Using use_existing_registries
  • Loading branch information
anchal-physics authored Jul 17, 2024
2 parents 2aa7f21 + 5eb4cb4 commit01cc5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compat_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
env:
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV:${{ secrets.DOCUMENTER_KEY }}
run:julia -e 'using CompatHelper; CompatHelper.main(;master_branch= "dev",pr_title_prefix= "[ci skip]")'
run:julia -e 'using CompatHelper; CompatHelper.main(;master_branch= "dev",use_existing_registries=true)'

0 comments on commit01cc5c6

Please sign into comment.