Skip to content

Commit 6699dd7

Browse files
authored
Only run notify on internal repo
1 parent 5cfa832 commit 6699dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
runs-on: ubuntu-latest
139139
needs: [build]
140140
name: Notify
141-
if: cancelled() == false
141+
if: cancelled() == false && github.repository == 'gscept/nebula'
142142
steps:
143143
- name: Notification
144144
uses: gscept/action-telegram@v1.1.1

0 commit comments

Comments
 (0)