From 38864908d8c42eff45540831ea6d67a934f1a7c0 Mon Sep 17 00:00:00 2001 From: Skippy Williams Date: Fri, 20 Jun 2025 23:28:13 -0700 Subject: [PATCH] Revert "Trigger CI to re-run on changes to CI script" This reverts commit 2d633c0ba1b9de525789f3f973bdd615337f15b6. --- .github/workflows/run-fact-dictionary-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/run-fact-dictionary-tests.yml b/.github/workflows/run-fact-dictionary-tests.yml index 49377bc..b0530a6 100644 --- a/.github/workflows/run-fact-dictionary-tests.yml +++ b/.github/workflows/run-fact-dictionary-tests.yml @@ -6,7 +6,6 @@ on: - '/direct-file/backend/src/main/resources/tax/**' - '/direct-file/backend/src/test/**' - '/direct-file/df-client/df-client-app/src/test/**' - - '/.github/workflows/run-fact-dictionary-tests.yml' branches: - '**' pull_request: @@ -14,7 +13,6 @@ on: - '/direct-file/backend/src/main/resources/tax/**' - '/direct-file/backend/src/test/**' - '/direct-file/df-client/df-client-app/src/test/**' - - '/.github/workflows/run-fact-dictionary-tests.yml' branches: [main] jobs: