From 4f832c4c69f4f70b08a185010235d252118b773c Mon Sep 17 00:00:00 2001 From: Fabrizio <135109076+fabrizio-grafana@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:42:04 +0100 Subject: [PATCH] Build: Update plugin IDs list in build and release process (#80160) --- .github/workflows/core-plugins-build-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/core-plugins-build-and-release.yml b/.github/workflows/core-plugins-build-and-release.yml index aa1136569bf..8263f3dce1a 100644 --- a/.github/workflows/core-plugins-build-and-release.yml +++ b/.github/workflows/core-plugins-build-and-release.yml @@ -6,7 +6,9 @@ on: required: true type: choice options: + - grafana-azure-monitor-datasource - grafana-testdata-datasource + - parca concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-${{ inputs.plugin_id }}