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