From 317d29e49d38b9f462d0472f19ee68c24194c0bb Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Tue, 5 Mar 2024 13:01:43 -0500 Subject: [PATCH] FATCORE ENSURE 3 --- .github/workflows/dev-release-slim.yml | 1 + .github/workflows/dev-release.yml | 1 + .github/workflows/pr-release-tests-slim.yml | 1 + .github/workflows/pr-release-tests.yml | 1 + .github/workflows/release-slim.yml | 1 + .github/workflows/release.yml | 1 + 6 files changed, 6 insertions(+) diff --git a/.github/workflows/dev-release-slim.yml b/.github/workflows/dev-release-slim.yml index 53993ce92..42afe2ce4 100644 --- a/.github/workflows/dev-release-slim.yml +++ b/.github/workflows/dev-release-slim.yml @@ -53,6 +53,7 @@ jobs: os: ${{ matrix.os }} pkg: ${{ matrix.pkg }} - name: Ensure slimcore + if: matrix.os == 'linux' && matrix.arch == 'x64' run: ./dist/@lando/cli config --path fatcore | grep false sign-n-deploy: diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index 08557b1de..470e4e78d 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -57,6 +57,7 @@ jobs: os: ${{ matrix.os }} pkg: ${{ matrix.pkg }} - name: Ensure fatcore + if: matrix.os == 'linux' && matrix.arch == 'x64' run: ./dist/@lando/cli config --path fatcore | grep true sign-n-deploy: diff --git a/.github/workflows/pr-release-tests-slim.yml b/.github/workflows/pr-release-tests-slim.yml index 421b449a8..7e83bead6 100644 --- a/.github/workflows/pr-release-tests-slim.yml +++ b/.github/workflows/pr-release-tests-slim.yml @@ -51,6 +51,7 @@ jobs: os: ${{ matrix.os }} pkg: ${{ matrix.pkg }} - name: Ensure slimcore + if: matrix.os == 'linux' && matrix.arch == 'x64' run: ./dist/@lando/cli config --path fatcore | grep false sign-n-deploy: diff --git a/.github/workflows/pr-release-tests.yml b/.github/workflows/pr-release-tests.yml index 7eb055f74..6c0eb9b47 100644 --- a/.github/workflows/pr-release-tests.yml +++ b/.github/workflows/pr-release-tests.yml @@ -53,6 +53,7 @@ jobs: os: ${{ matrix.os }} pkg: ${{ matrix.pkg }} - name: Ensure fatcore + if: matrix.os == 'linux' && matrix.arch == 'x64' run: ./dist/@lando/cli config --path fatcore | grep true sign-n-deploy: diff --git a/.github/workflows/release-slim.yml b/.github/workflows/release-slim.yml index 3a2305053..056be0fad 100644 --- a/.github/workflows/release-slim.yml +++ b/.github/workflows/release-slim.yml @@ -51,6 +51,7 @@ jobs: os: ${{ matrix.os }} pkg: ${{ matrix.pkg }} - name: Ensure slimcore + if: matrix.os == 'linux' && matrix.arch == 'x64' run: ./dist/@lando/cli config --path fatcore | grep false sign-n-deploy: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f64c77982..ee463bcb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,6 +55,7 @@ jobs: os: ${{ matrix.os }} pkg: ${{ matrix.pkg }} - name: Ensure fatcore + if: matrix.os == 'linux' && matrix.arch == 'x64' run: ./dist/@lando/cli config --path fatcore | grep true sign-n-deploy: