Skip to content

Commit

Permalink
feat: NotificationButton with attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Feb 12, 2025
1 parent 3007698 commit 440d62f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ on:

jobs:
moonshine-tests:
if: ${{ github.event_name == 'push' || !github.event.pull_request.draft }}
if: >
github.event_name == 'push' ||
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 440d62f

Please sign in to comment.