From 0a40a77dd765a36af153d33644b1ba935441efe3 Mon Sep 17 00:00:00 2001 From: Mykhailo Date: Wed, 21 Aug 2024 10:26:17 +0300 Subject: [PATCH] added test branch --- .github/workflows/auto-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index c69de980..1e15003d 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -3,6 +3,7 @@ on: push: branches: - "feature/policy_testing_v2" + - "test_auto_tests" # Run this workflow manually from the Actions tab workflow_dispatch: inputs: @@ -26,7 +27,7 @@ env: AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }} default_resource_priority_list: '[ "sqs", "sns" ]' RED: '\033[0;31m' - ACTIONS_REPO_BRANCH: "main" + ACTIONS_REPO_BRANCH: "fix/auto-tests-action" permissions: contents: "read"