chore: ci: fixes to Grove workflow (#9012)
This commit is contained in:
parent
2c60f1a254
commit
40d2c99463
1 changed files with 2 additions and 1 deletions
3
.github/workflows/grove.yml
vendored
3
.github/workflows/grove.yml
vendored
|
|
@ -11,6 +11,7 @@ permissions:
|
|||
jobs:
|
||||
grove-build:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.workflow_run.conclusion == 'success' && github.repository == 'leanprover/lean4'
|
||||
|
||||
steps:
|
||||
- name: Retrieve information about the original workflow
|
||||
|
|
@ -53,7 +54,7 @@ jobs:
|
|||
uses: TwoFx/grove-action/fetch-upstream@v0
|
||||
with:
|
||||
artifact-name: grove-invalidated-facts
|
||||
base-ref: ${{ steps.workflow-info.outputs.targetCommitSha }}
|
||||
base-ref: master
|
||||
|
||||
- name: Download toolchain for this commit
|
||||
if: ${{ steps.should-run.outputs.should-run == 'true' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue