We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9d52a commit aa771e1Copy full SHA for aa771e1
.github/workflows/nudge.yml
@@ -11,7 +11,7 @@ jobs:
11
nudge:
12
runs-on: ubuntu-latest
13
environment: nudge
14
- if: (!(github.event.workflow_run.name == 'Update Copyright Year' && github.event.workflow_run.event == 'push'))
+ if: (!github.event.repository.fork && !(github.event.workflow_run.name == 'Update Copyright Year' && github.event.workflow_run.event == 'push'))
15
steps:
16
- name: Send notification
17
uses: pavlovic-ivan/octo-nudge@v1
0 commit comments