Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
LDAP authored and Nicolas-Boltz committed Jul 4, 2023
1 parent 98bd95b commit e194e33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e194e33

Please sign in to comment.