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.
2 parents 5c83635 + e5a4d9a commit f4023fdCopy full SHA for f4023fd
.github/workflows/holiday-message.yml
@@ -24,7 +24,7 @@ jobs:
24
post-holiday-message:
25
name: Post holiday message
26
needs: [check-if-contributor]
27
- if: ${{ needs.check-if-contributor.outputs.is_contributor == 'true' }}
+ if: ${{ (github.event.pull_request || !github.event.issue.pull_request) && needs.check-if-contributor.outputs.is_contributor == 'true' }}
28
runs-on: ubuntu-latest
29
steps:
30
- name: Generate App Token
0 commit comments