From aa6555276ad1249d00a6cd28f8c7c04034aa4c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20L=C3=BCpges?= Date: Mon, 4 Nov 2024 18:00:33 +0100 Subject: [PATCH] GitHub Actions: Trigger FDs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alex Lüpges --- .github/workflows/deploy_snapshot_mc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_snapshot_mc.yml b/.github/workflows/deploy_snapshot_mc.yml index e56e8d3709..db4ed688a5 100644 --- a/.github/workflows/deploy_snapshot_mc.yml +++ b/.github/workflows/deploy_snapshot_mc.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - project: [ "MontiCore/cd4analysis", "MontiCore/fd", "MontiCore/xml", "MontiCore/json", "MontiCore/ucd", "MontiCore/automaton" ] + project: [ "MontiCore/cd4analysis", "MontiCore/feature-diagram", "MontiCore/xml", "MontiCore/json", "MontiCore/ucd", "MontiCore/automaton" ] steps: - name: Trigger ${{ matrix.project }} uses: peter-evans/repository-dispatch@v3