aws-otel-community icon indicating copy to clipboard operation
aws-otel-community copied to clipboard

Fix workflow and have workflow run on pull requests

Open humivo opened this issue 1 year ago • 1 comments

Description: Fix the workflow dependencies and have the integration test workflow run on pull requests to master.

Testing Performed: Local testing performed.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

humivo avatar Apr 24 '23 22:04 humivo

This workflow uses secrets. Secrets are not usable in fork origin pull requests. We either need to remove the dependency on the secret, open an issue similar to the collector indicating fork origin pull requests are blocked, or not run this on push. There also may be other ways to solve those other than those three options. If you have ideas lets explore them.

bryan-aguilar avatar Apr 25 '23 15:04 bryan-aguilar