File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 4
4
types :
5
5
- created
6
6
workflow_dispatch :
7
+ inputs :
8
+ lookback :
9
+ default : 3
10
+ permissions :
11
+ actions : read
12
+ checks : read
13
+ contents : write
14
+ deployments : read
15
+ issues : read
16
+ discussions : read
17
+ packages : read
18
+ pages : read
19
+ pull-requests : read
20
+ repository-projects : read
21
+ security-events : read
22
+ statuses : read
7
23
jobs :
8
24
TagBot :
9
25
if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
Original file line number Diff line number Diff line change @@ -17,13 +17,17 @@ jobs:
17
17
fail-fast : false
18
18
matrix :
19
19
version :
20
- - ' 1.3'
21
20
- ' 1.6'
22
21
- ' 1' # automatically expands to the latest stable 1.x release of Julia.
22
+ - ' nightly'
23
23
os :
24
24
- ubuntu-latest
25
25
arch :
26
26
- x64
27
+ include :
28
+ - os : windows-latest
29
+ version : ' 1'
30
+ arch : x86
27
31
steps :
28
32
- uses : actions/checkout@v2
29
33
- uses : julia-actions/setup-julia@v1
You can’t perform that action at this time.
0 commit comments