mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[CI] Update CI
This commit is contained in:
parent
58b0343233
commit
42a9c434f6
@ -101,10 +101,11 @@ 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)
|
||||
if:
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user