Skip to content

Commit

Permalink
remove unused ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Feb 25, 2024
1 parent c69d78e commit 32f0fe6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: CI
on:
- push
- pull_request
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand All @@ -10,7 +14,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1'
- 'nightly'
os:
Expand Down

0 comments on commit 32f0fe6

Please sign in to comment.