Skip to content

Commit ccaad0b

Browse files
committed
ci: guard notify-issue job on event_name to suppress phantom push triggers
1 parent e0ebdd9 commit ccaad0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/notify-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
types: [opened]
55
jobs:
66
notify:
7+
if: github.event_name == 'issues'
78
runs-on: ubuntu-latest
89
env:
910
TITLE: ${{ github.event.issue.title }}

0 commit comments

Comments
 (0)