There was an error while loading. Please reload this page.
1 parent 9efc78a commit f2d5065Copy full SHA for f2d5065
1 file changed
.github/workflows/nix-changes-comment.yml
@@ -11,7 +11,7 @@ permissions: {}
11
12
jobs:
13
aggregate-results:
14
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' }}
15
name: Aggregate results
16
runs-on: ubuntu-slim
17
permissions:
0 commit comments