Skip to content

Commit

Permalink
FATCORE ENSURE 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 5, 2024
1 parent bfbc8f6 commit 317d29e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-release-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-release-tests-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 317d29e

Please sign in to comment.