Skip to content

Commit

Permalink
🔥 Remove the "on pull-request" trigger
Browse files Browse the repository at this point in the history
I think this was accidental and should be triggered either manually or at a set time.
  • Loading branch information
jasonBirchall committed Jul 11, 2024
1 parent 383b6bc commit 231f5de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/remove-sectigo-blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
schedule:
- cron: "0 0 * * 1-5" # Runs at 00:00 from Monday to Friday
workflow_dispatch: # Allows manual triggering
pull_request:

jobs:
remove_sectigo_blocks:
Expand Down

0 comments on commit 231f5de

Please sign in to comment.