Skip to content

Commit 45da7a2

Browse files
committed
Update CI.yml
1 parent 12448f3 commit 45da7a2

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,12 @@ on:
44
branches:
55
- main
66
tags: ['*']
7-
pull_request:
8-
workflow_dispatch:
9-
concurrency:
10-
# Skip intermediate builds: always.
11-
# Cancel intermediate builds: only if it is a pull request build.
12-
group: ${{ github.workflow }}-${{ github.ref }}
13-
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
7+
env:
8+
JULIA_NUM_THREADS: 2
149
jobs:
1510
test:
1611
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1712
runs-on: ${{ matrix.os }}
18-
timeout-minutes: 60
19-
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
20-
actions: write
21-
contents: read
2213
strategy:
2314
fail-fast: false
2415
matrix:

0 commit comments

Comments
 (0)