Skip to content

Commit

Permalink
updates TagBot
Browse files Browse the repository at this point in the history
  • Loading branch information
mischmi96 authored Jun 30, 2021
1 parent dfba910 commit 252c6dd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
schedule:
- cron: 0 * * * *
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
Expand Down

0 comments on commit 252c6dd

Please sign in to comment.