mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
fix: e2e, leave only event check
This commit is contained in:
parent
ecb62cf060
commit
44d9da6a71
1 changed files with 1 additions and 2 deletions
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
|
@ -89,8 +89,7 @@ jobs:
|
|||
integration-fork:
|
||||
runs-on: ubuntu-latest
|
||||
if:
|
||||
github.event_name == 'repository_dispatch' &&
|
||||
github.event.client_payload.slash_command.args.named.sha != ''
|
||||
github.event_name == 'repository_dispatch'
|
||||
steps:
|
||||
|
||||
# Check out merge commit
|
||||
|
|
Loading…
Reference in a new issue