diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ef99a2174..7ca073817 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,10 +2,12 @@ name: cd on: push: - tags: - - '**' + # tags: + # - '**' jobs: deploy: uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2 + with: + test: true secrets: inherit