summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-07-10 20:30:18 -0400
committerGitHub <noreply@github.com>2023-07-10 20:30:18 -0400
commitb24c6f93350051b21de4a13d561bf2bc5cd1033f (patch)
tree5dc312b466c5558ce0d696b7888908daca9c3005 /.github
parent5deb0552f9ed90e9be46e501f0120f8f2d813d00 (diff)
Fix workflow references in release workflow.
We need to use filename references instead of workflow name references so that https://github.com/netdata/netdata/pull/15341 won’t interfere with triggering builds.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ef9bf94b4f..e675d789fb 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -125,7 +125,7 @@ jobs:
with:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
repo: ${{ github.repository }}
- workflow: Build
+ workflow: build.yml
ref: ${{ needs.update-changelogs.outputs.ref }}
inputs: '{"version": "${{ needs.update-changelogs.outputs.version }}", "type": "${{ needs.update-changelogs.outputs.type }}"}'
- name: Failure Notification
@@ -160,7 +160,7 @@ jobs:
with:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
repo: ${{ github.repository }}
- workflow: Docker
+ workflow: docker.yml
ref: ${{ needs.update-changelogs.outputs.ref }}
inputs: '{"version": "${{ needs.update-changelogs.outputs.version }}"}'
- name: Failure Notification
@@ -195,7 +195,7 @@ jobs:
with:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
repo: ${{ github.repository }}
- workflow: Packages
+ workflow: packaging.yml
ref: ${{ needs.update-changelogs.outputs.ref }}
inputs: '{"version": "${{ needs.update-changelogs.outputs.version }}", "type": "${{ needs.update-changelogs.outputs.type }}"}'
- name: Failure Notification