Skip to content

Commit

Permalink
Remove unneccesary schedule for tagbot
Browse files Browse the repository at this point in the history
  • Loading branch information
kahaaga committed Feb 16, 2021
1 parent 421a576 commit 3b77d68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
issue_comment: # THIS BIT IS NEW
types:
- created
schedule:
- cron: 0 * * * *
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
Expand Down

0 comments on commit 3b77d68

Please sign in to comment.