Skip to content

User correct hpc config #10

User correct hpc config

User correct hpc config #10

Workflow file for this run

name: Dummy CD
on:
push:
tags:
- 'v?[0-9]+.[0-9]+.[0-9]+'
- 'v?[0-9]+.[0-9]+.[0-9]+-*'
branches:
- '*'
pull_request:
types: [opened, synchronize, reopened, labeled]
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-release:
if: |
true
uses: ecmwf/reusable-workflows/.github/workflows/main-cd.yml@cd-hpc
with:
ref_name: ${{ github.ref_name }}
secrets: inherit