We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8fb90 commit a292068Copy full SHA for a292068
.github/workflows/CompatHelper.yml
@@ -2,7 +2,7 @@ name: CompatHelper
2
3
on:
4
schedule:
5
- - cron: '00 * * * *'
+ - cron: '0 0 * * *'
6
7
jobs:
8
CompatHelper:
.github/workflows/TagBot.yml
@@ -1,12 +1,15 @@
1
name: TagBot
- schedule:
- - cron: 0 * * * *
+ issue_comment:
+ types:
+ - created
+ workflow_dispatch:
TagBot:
9
+ if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
10
runs-on: ubuntu-latest
11
steps:
12
- uses: JuliaRegistries/TagBot@v1
13
with:
14
token: ${{ secrets.GITHUB_TOKEN }}
- ssh: ${{ secrets.TAGBOT_KEY }}
15
+ ssh: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments