1
0
Fork 0
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:
Lucas Severo Alves 2021-09-22 23:50:33 +02:00 committed by GitHub
parent ecb62cf060
commit 44d9da6a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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