From 0bce76305380b170e415f03fa994c4cf014a72e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93lafur=20P=C3=A1ll=20Geirsson?= Date: Tue, 2 Mar 2021 14:59:53 +0100 Subject: [PATCH] Restrict native-image jobs on macOS/Windows for relases only. --- .github/workflows/native.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 46f2f4613..cbcc4009a 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -9,6 +9,7 @@ on: jobs: unix: runs-on: ${{ matrix.os }} + if: matrix.os == "ubuntu-latest" || github.event_name == 'release' strategy: fail-fast: false matrix: