Skip to content

Commit

Permalink
Change the workflow event to pull_request_target
Browse files Browse the repository at this point in the history
we are changing this to be able to access the secrets needed to run
integration tests and claim environment for it

Signed-off-by: João Pereira <joaod@vmware.com>
  • Loading branch information
joaopapereira committed Jul 2, 2024
1 parent d3b8cbb commit 5799412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "v9.*"
- "v8.*"
- "v7.*"
pull_request:
pull_request_target:
branches:
- main
- v9
Expand Down

0 comments on commit 5799412

Please sign in to comment.