Skip to content

Commit b89d41e

Browse files
authored
Update-integration-tests-worflow (#291)
## Description of change This PR modifies the GitHub Actions workflow to run integration tests automatically after PR merge, removing the manual approval requirement for post-merge cases. <!-- Thank you for submitting a pull request!--> <!-- Please describe your contribution here. What and why? --> <!-- Please ensure your commit messages follow these [guidelines](https://chris.beams.io/posts/git-commit/). --> #### Does this contribution introduce any breaking changes to the existing APIs or behaviors? No #### Does this contribution introduce any new public APIs or behaviors? No #### Does this contribution need a changelog entry? No --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
1 parent 1343077 commit b89d41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
build:
2727
name: Integration Tests
2828
runs-on: codebuild-s3-analytics-accelerator-eu-west-1-${{ github.run_id }}-${{ github.run_attempt }}
29-
environment: integration-tests
29+
environment: ${{ github.event_name == 'pull_request_target' && 'integration-tests' || '' }}
3030
permissions:
3131
contents: read
3232
id-token: write

0 commit comments

Comments
 (0)