From 1003edaee73d7a58305a67b31fb75513cbd5d27a Mon Sep 17 00:00:00 2001 From: David Pine Date: Mon, 22 Jan 2024 13:25:06 -0600 Subject: [PATCH] Revert "Only trigger Snippets 5000 and status checks on valid code changes." (#318) --- .github/workflows/check-for-build-warnings.yml | 2 -- .github/workflows/snippets5000.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/check-for-build-warnings.yml b/.github/workflows/check-for-build-warnings.yml index d8edf57e1..922d6bec1 100644 --- a/.github/workflows/check-for-build-warnings.yml +++ b/.github/workflows/check-for-build-warnings.yml @@ -3,8 +3,6 @@ name: OPS status checker on: pull_request_target: types: [opened, synchronize, reopened] - paths-ignore: - - .github/** jobs: status_checker_job: diff --git a/.github/workflows/snippets5000.yml b/.github/workflows/snippets5000.yml index e6991f1a7..1362d6027 100644 --- a/.github/workflows/snippets5000.yml +++ b/.github/workflows/snippets5000.yml @@ -7,8 +7,6 @@ on: pull_request: branches: [main] types: [opened, synchronize, reopened] - paths-ignore: - - .github/** workflow_dispatch: inputs: reason: