Skip to content

Commit

Permalink
Merge branch 'master' into addons
Browse files Browse the repository at this point in the history
  • Loading branch information
kaffeewolf authored Dec 24, 2024
2 parents 17cb155 + 6699dd7 commit bb30b71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,11 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
name: Notify
if: cancelled() == false
if: cancelled() == false && github.repository == 'gscept/nebula'
steps:
- name: Notification
uses: gscept/[email protected]
continue-on-error: true
with:
botToken: ${{ secrets.BotToken }}
chatId: ${{ secrets.ChatID }}
Expand Down

0 comments on commit bb30b71

Please sign in to comment.