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
@ -102,9 +102,10 @@ jobs:
|
|||||||
# Repo owner has commented /update-readme on a (fork-based) pull request
|
# Repo owner has commented /update-readme on a (fork-based) pull request
|
||||||
generate-readme-fork:
|
generate-readme-fork:
|
||||||
if:
|
if:
|
||||||
github.event_name == 'repository_dispatch' &&
|
github.event_name == 'repository_dispatch'
|
||||||
github.event.client_payload.slash_command.sha != '' &&
|
# github.event_name == 'repository_dispatch' &&
|
||||||
contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha)
|
# 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
|
name: Auto-generate chart README
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user