We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c60f1a commit 40d2c99Copy full SHA for 40d2c99
.github/workflows/grove.yml
@@ -11,6 +11,7 @@ permissions:
11
jobs:
12
grove-build:
13
runs-on: ubuntu-latest
14
+ if: github.event.workflow_run.conclusion == 'success' && github.repository == 'leanprover/lean4'
15
16
steps:
17
- name: Retrieve information about the original workflow
@@ -53,7 +54,7 @@ jobs:
53
54
uses: TwoFx/grove-action/fetch-upstream@v0
55
with:
56
artifact-name: grove-invalidated-facts
- base-ref: ${{ steps.workflow-info.outputs.targetCommitSha }}
57
+ base-ref: master
58
59
- name: Download toolchain for this commit
60
if: ${{ steps.should-run.outputs.should-run == 'true' }}
0 commit comments