From 42b13c5a9203f60af3bee4f3a04613d3aef611fc Mon Sep 17 00:00:00 2001 From: Dusan Figala Date: Wed, 26 Jul 2023 19:20:53 +0200 Subject: [PATCH] TEMP: test CD --- .github/workflows/cd.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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