Skip to content

Remove commented lines in workflow file #45

Remove commented lines in workflow file

Remove commented lines in workflow file #45

Workflow file for this run

name: cd
on:
push: ~
# Trigger the workflow manually
workflow_dispatch: ~
jobs:
deploy-server:
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
with:
skip_checks: true
restrict_matrix_jobs: gnu@debian-12
build_config: .github/cd-server-config.yml
secrets: inherit
deploy-ui:
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
with:
skip_checks: true
restrict_matrix_jobs: [email protected]
build_config: .github/cd-ui-config.yml
secrets: inherit