From c80c921f03ada4f5f4ee2cc94db90af36c78e8c0 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Mon, 5 Aug 2024 15:03:31 +0100 Subject: [PATCH] break it --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index b19a1da1..50855789 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -94,7 +94,7 @@ jobs: xcode-version: ${{ matrix.tooling.xcode-version }} - name: Build example app - run: swift run BuildTool build-example-app --platform ${{ matrix.platform }} --swift-version ${{ matrix.tooling.swift-version }} + run: "false" # We use this job as a marker that all of the required checks have completed. # This allows us to configure a single required status check in our branch