From 326a910ed90279300b69b53bd26944038a6dea7e Mon Sep 17 00:00:00 2001 From: Christina Chan <6462356+cchawn@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:02:25 -0400 Subject: [PATCH] ci: remove duplicate guardrails [skip deploy] --- .github/workflows/guardrails.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/guardrails.yaml diff --git a/.github/workflows/guardrails.yaml b/.github/workflows/guardrails.yaml deleted file mode 100644 index f5959ce..0000000 --- a/.github/workflows/guardrails.yaml +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: 'Guardrails' - -on: - pull_request: - types: - - opened - - edited - - synchronize - -jobs: - stale: - name: Check Guardrails - uses: wealthsimple/github-workflows/.github/workflows/guardrails.yml@v1 - secrets: inherit