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: