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.
2 parents 676e06f + ef8b444 commit c40bde6Copy full SHA for c40bde6
.github/workflows/CompatHelper.yml
@@ -8,12 +8,10 @@ jobs:
8
CompatHelper:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: julia-actions/setup-julia@latest
12
- with:
13
- version: 1.3
14
- name: Pkg.add("CompatHelper")
15
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
16
- name: CompatHelper.main()
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
- run: julia -e 'using CompatHelper; CompatHelper.main()'
+ COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
+ run: julia -e 'using CompatHelper; CompatHelper.main(; master_branch = "dev")'
.github/workflows/TagBot.yml
@@ -1,7 +1,7 @@
1
name: TagBot
2
on:
3
schedule:
4
- - cron: 0 * * * *
+ - cron: 0 0 * * *
5
jobs:
6
TagBot:
7
0 commit comments