From 50306e148d2e99ded8bcb99d6d0609931adfa17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Mon, 5 Aug 2024 12:01:56 +0100 Subject: [PATCH] Remove standards check workflow now that repo is public --- .github/workflows/standards-check.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/standards-check.yaml diff --git a/.github/workflows/standards-check.yaml b/.github/workflows/standards-check.yaml deleted file mode 100644 index 2aab1a4..0000000 --- a/.github/workflows/standards-check.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: Standards Check - -on: - pull_request: - types: [opened, synchronize] - branches-ignore: - - 'dependabot/**' - -jobs: - run-checks: - runs-on: infrastructure-production-toolbox-ubuntu22-2g-1cpu-x64 - - steps: - - uses: uphold/standards-check-action@v1