Skip to content

Commit 94b84be

Browse files
authored
Remove CI on nightly (#374)
1 parent 5415516 commit 94b84be

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ jobs:
1313
test:
1414
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1515
runs-on: ${{ matrix.os }}
16-
continue-on-error: ${{ matrix.allow_failure }}
1716
strategy:
1817
fail-fast: false
1918
matrix:
2019
version:
21-
- 'nightly'
2220
- '1'
2321
- '1.6'
2422
os:
@@ -27,13 +25,6 @@ jobs:
2725
- windows-latest
2826
arch:
2927
- x64
30-
include:
31-
- version: 'nightly'
32-
allow_failure: true
33-
- version: '1'
34-
allow_failure: false
35-
- version: '1.6'
36-
allow_failure: false
3728
steps:
3829
- uses: actions/checkout@v4
3930
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)