From e194e337692e1697be203a5a72bf536dad608a90 Mon Sep 17 00:00:00 2001 From: Lucas Alber Date: Sun, 4 Jun 2023 11:04:06 +0200 Subject: [PATCH] Update build.yml This update is part of the new [dynamic build pipeline](https://github.com/PalladioSimulator/Palladio-Build-Nightly/tree/autogenerate) for nightly builds. As discussed with @Nicolas-Boltz @larissaschmid - Updated to https://github.com/PalladioSimulator/Palladio-Build-ActionsPipeline/releases/tag/v3.4 - Removed runner label (if necessary) --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3942d35..a5b01df5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,12 +4,10 @@ on: [push, pull_request, workflow_dispatch] jobs: Palladio-Addon-ArchitecturalTemplates: - uses: PalladioSimulator/Palladio-Build-ActionsPipeline/.github/workflows/build.yml@v3.3 + uses: PalladioSimulator/Palladio-Build-ActionsPipeline/.github/workflows/build.yml@v3.4 with: use-display-output: true no-caching: true - runner-label: ubuntu-latest - runner-label: ubuntu-latest deploy-updatesite: 'releng/org.palladiosimulator.architecturaltemplates.updatesite/target/repository' secrets: SERVER_SSH_KEY: ${{ secrets.DEPLOYMENT_SERVER_SSH_KEY }}