Skip to content

Commit

Permalink
Change the workflow event to pull_request_target (#2982)
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 authored Jul 2, 2024
1 parent de5b5ee commit 7653caf
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 7653caf

Please sign in to comment.