Skip to content

Commit

Permalink
back to other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
phbnf committed Dec 2, 2024
1 parent 5d6a724 commit 4164b56
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/aws_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4164b56

Please sign in to comment.