From e86b80a2ece925bfdce56654043d69ee10f69c67 Mon Sep 17 00:00:00 2001 From: Marek Kaluba Date: Mon, 8 Jul 2024 14:48:46 +0200 Subject: [PATCH] run Examples workflow only on julia-1 --- .github/workflows/examples.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 92e4dc9..199f64e 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -9,9 +9,7 @@ jobs: strategy: matrix: version: - - '1.6' - '1' - - 'nightly' os: - ubuntu-latest arch: @@ -35,7 +33,7 @@ jobs: ${{ runner.os }}-test-${{ env.cache-name }}- ${{ runner.os }}-test- ${{ runner.os }}- - - name: Example project instantiation + - name: Examples project instantiation shell: julia --project=examples {0} run: | using Pkg