Skip to content

Commit

Permalink
Only schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Aug 13, 2024
1 parent d1856c4 commit cd7f2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vaccine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
notify:
runs-on: ubuntu-latest
needs: inoculate
if: always()
if: always() && github.event_name == 'schedule'
steps:
- if: ${{ needs.inoculate.result == 'success' }}
name: Notify on success
Expand Down

0 comments on commit cd7f2ec

Please sign in to comment.