Skip to content

Commit d1537f3

Browse files
[main] Update push-docs workflow (kgateway-dev#10556)
1 parent 490f771 commit d1537f3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/push-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
receiver:
1717
runs-on: ubuntu-latest
1818
outputs:
19-
minor: ${{ steps.dispatch-receiver.outputs.dispatch_lts }}
19+
dispatch_lts: ${{ steps.dispatch-receiver.outputs.dispatch_lts }}
2020
steps:
2121
- name: The glooe-release-created event is received when a relase is cut in solo-projects repo
2222
id: dispatch-receiver
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
description: >-
4+
Update docs workflow.
5+
skipCI-kube-tests:true

0 commit comments

Comments
 (0)