Skip to content

Commit

Permalink
Test locally
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Dec 12, 2023
1 parent 57f434f commit 84ef8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
on-success:
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' && github.repository == 'leanprover/lean4'
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'
steps:
- name: Set PR number and head commit
uses: actions/github-script@v7
Expand Down

0 comments on commit 84ef8d6

Please sign in to comment.