From b30a9c2cd6796a4b0453094948eb07f7678969c7 Mon Sep 17 00:00:00 2001 From: Anton Tayanovskyy Date: Thu, 9 Jan 2025 14:15:09 -0500 Subject: [PATCH] chore: enable testing CI changes (#1469) With this change a PR can be stood up with changes to GitHub Actions workflows and the new version tested in that PR --- .github/workflows/run-acceptance-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-acceptance-tests.yml b/.github/workflows/run-acceptance-tests.yml index dd6c89aa9..33a54decf 100644 --- a/.github/workflows/run-acceptance-tests.yml +++ b/.github/workflows/run-acceptance-tests.yml @@ -242,3 +242,4 @@ on: pull_request: branches: - master + - test-ci-changes