Skip to content

Commit

Permalink
Change the workflow event to pull_request_target (#2985)
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>
joaopapereira authored Jul 2, 2024
1 parent fa795ba commit 8d2007a
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
@@ -7,7 +7,7 @@ on:
- "v9.*"
- "v8.*"
- "v7.*"
pull_request:
pull_request_target:
branches:
- main
- v9

0 comments on commit 8d2007a

Please sign in to comment.