From ea880b82551bede8c9a03feb2441582bd9d641a8 Mon Sep 17 00:00:00 2001 From: George Higashiyama Date: Wed, 29 May 2024 13:46:00 -0700 Subject: [PATCH] Intentional failure --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 524cd32fb..03cff6d24 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,7 +11,7 @@ jobs: contents: write # Permission to write a repository_dispatch requests steps: - name: Create Check - run: sleep 10 + run: exit 1 success: name: Success gate if: always()