Skip to content

Commit

Permalink
added test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykhailo committed Aug 21, 2024
1 parent b7d87a5 commit 0a40a77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit 0a40a77

Please sign in to comment.