From 050c50d384f64308d2306bae220e177240e37a0e Mon Sep 17 00:00:00 2001 From: en-jschuetze <126695184+en-jschuetze@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:22:00 +0100 Subject: [PATCH] Exclude with include has limits --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92a44ad..a7a1e15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,8 +45,8 @@ jobs: runs_on: ARM64 - platform: linux/amd64 runs_on: 'ubuntu-latest' - exclude: - - platform: none + # exclude: + # - platform: none steps: - name: Prepare @@ -151,8 +151,8 @@ jobs: runs_on: ARM64 - platform: linux/amd64 runs_on: 'ubuntu-latest' - exclude: - - platform: none + #exclude: + # - platform: none steps: - name: Prepare @@ -223,8 +223,8 @@ jobs: runs_on: ARM64 - platform: linux/amd64 runs_on: 'ubuntu-latest' - exclude: - - platform: none + #exclude: + # - platform: none steps: - name: Prepare