Skip to content

Commit

Permalink
Use repository dispatch for events
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Nov 23, 2023
1 parent 2232415 commit 742658f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/event.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: event

on:
workflow_dispatch:
repository_dispatch:
# types:
# - HelmRelease/podinfo-hr-0.helm-benchmark

Expand All @@ -18,4 +18,4 @@ jobs:
ref: main
- name: Handle Flux event
run: |
echo ${{ github.event.client_payload }} | jq
echo ${{ github.event.client_payload }}

0 comments on commit 742658f

Please sign in to comment.