Skip to content

Commit

Permalink
Add workflow_dispatch trigger to release workflow (#105)
Browse files Browse the repository at this point in the history
Signed-off-by: Akshath Kothari <[email protected]>
  • Loading branch information
ricekot authored Jan 21, 2024
1 parent 3707b32 commit 2e033ba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-ebpf-sensor.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Sensor Chart
name: Release eBPF Sensor Chart

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pcap-sensor.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release pcap-sensor Chart
name: Release PCAP Sensor Chart

on:
workflow_dispatch:
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/release-private-chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: _Release Private Chart to Public Repo
name: Release Private Chart to Public Repo

on:
workflow_dispatch:
inputs:
name:
description: name of the chart (e.g. `levoai/levoai-ebpf-sensor`)
required: true
type: string
version:
description: version of the chart (e.g. `0.1.0`)
required: false
type: string
workflow_call:
inputs:
name:
Expand Down

0 comments on commit 2e033ba

Please sign in to comment.