Skip to content

Commit 51e9007

Browse files
committed
Update tagbot for triggered workflow, adjust ci versions
1 parent 2245ac4 commit 51e9007

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: TagBot
22
on:
3-
schedule:
4-
- cron: 0 * * * *
3+
issue_comment:
4+
types:
5+
- created
6+
workflow_dispatch:
57
jobs:
68
TagBot:
9+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
710
runs-on: ubuntu-latest
811
steps:
912
- uses: JuliaRegistries/TagBot@v1
1013
with:
1114
token: ${{ secrets.GITHUB_TOKEN }}
15+
ssh: ${{ secrets.DOCUMENTER_KEY }}

.github/workflows/ci-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '~1.8.0-0'
21+
- '1.8.0-rc1'
2222
os:
2323
- ubuntu-latest
2424
- macOS-latest

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
version:
2121
- '1.7'
22-
- '~1.8.0-0'
22+
- '1.8.0-rc1'
2323
os:
2424
- ubuntu-latest
2525
- macOS-latest

0 commit comments

Comments
 (0)