From 4164b568ccff3e5bd1116fee4a3784acda44c10d Mon Sep 17 00:00:00 2001 From: Philippe Boneff Date: Mon, 2 Dec 2024 17:54:50 +0000 Subject: [PATCH] back to other branch --- .github/workflows/aws_integration_test.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/aws_integration_test.yml b/.github/workflows/aws_integration_test.yml index d700ceea..2fe67a22 100644 --- a/.github/workflows/aws_integration_test.yml +++ b/.github/workflows/aws_integration_test.yml @@ -3,20 +3,15 @@ name: AWS Conformance Test on: # TODO(phboneff): change this to main when I submit, leave like this for # now to allow testing with the PR - pull_request_target: + push: branches: - - main - types: - - converted_to_draft - #push: - # branches: - # - main + - integration # This prevents two workflows to run at the same time. # This workflows calls terragrunt, which does not allow concurent runs. # concurrency test! concurrency: - group: aws-integration + group: aws-conformance cancel-in-progress: false permissions: