Skip to content

Commit

Permalink
Change the workflow event to pull_request_target (#2984)
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 <[email protected]>
  • Loading branch information
joaopapereira authored Jul 2, 2024
1 parent d3b8cbb commit 31ceab2
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 31ceab2

Please sign in to comment.