From b971a623178add6c8a38624cd40d16979f607782 Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Thu, 27 Oct 2022 16:42:15 -0700 Subject: [PATCH] /.github/workflows/ci-bats-unix.yaml: try getting exclude syntax to work --- .github/workflows/ci-bats-unix.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-bats-unix.yaml b/.github/workflows/ci-bats-unix.yaml index b67b9b3af8..f7f7fb5b27 100644 --- a/.github/workflows/ci-bats-unix.yaml +++ b/.github/workflows/ci-bats-unix.yaml @@ -25,7 +25,9 @@ jobs: dolt_fmt: [ "__DOLT__", "__DOLT_DEV__", "__LD_1__" ] exclude: - os: "macos-latest" - dolt_fmt: ["__DOLT_DEV__", "__LD_1__" ] + dolt_fmt: "__LD_1__" + - os: "macos-latest" + dolt_fmt: "__DOLT_DEV__" env: use_credentials: ${{ secrets.AWS_SECRET_ACCESS_KEY != '' && secrets.AWS_ACCESS_KEY_ID != '' }} steps: