From 385115349232071edd500c6f07ba13e118c6ac1f Mon Sep 17 00:00:00 2001 From: Anton Tayanovskyy Date: Thu, 9 Jan 2025 13:45:51 -0500 Subject: [PATCH] chore: enable testing CI changes 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