[CI] Update CI

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-06-12 15:07:27 +02:00 committed by GitHub
parent 58b0343233
commit 42a9c434f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,9 +102,10 @@ jobs:
# Repo owner has commented /update-readme on a (fork-based) pull request
generate-readme-fork:
if:
github.event_name == 'repository_dispatch' &&
github.event.client_payload.slash_command.sha != '' &&
contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha)
github.event_name == 'repository_dispatch'
# github.event_name == 'repository_dispatch' &&
# github.event.client_payload.slash_command.sha != '' &&
# contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha)
name: Auto-generate chart README
runs-on: ubuntu-20.04
steps: