We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12448f3 commit 45da7a2Copy full SHA for 45da7a2
1 file changed
.github/workflows/CI.yml
@@ -4,21 +4,12 @@ on:
4
branches:
5
- main
6
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/') }}
+env:
+ JULIA_NUM_THREADS: 2
14
jobs:
15
test:
16
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
17
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
22
strategy:
23
fail-fast: false
24
matrix:
0 commit comments