From 39b71998e466e7c67f66edc753de2c194b6ce267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Thu, 1 Feb 2024 21:31:19 +0000 Subject: [PATCH] build: Debugging GHA ... --- .github/workflows/docker-image-build.yaml | 3 +-- .github/workflows/virus-scan.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image-build.yaml b/.github/workflows/docker-image-build.yaml index 5e8ef427..daad2d63 100644 --- a/.github/workflows/docker-image-build.yaml +++ b/.github/workflows/docker-image-build.yaml @@ -13,8 +13,7 @@ on: description: 'Test scenario tags' required: false release: - types: - - published + types: [published] jobs: build: diff --git a/.github/workflows/virus-scan.yaml b/.github/workflows/virus-scan.yaml index d219088c..52ccbbe5 100644 --- a/.github/workflows/virus-scan.yaml +++ b/.github/workflows/virus-scan.yaml @@ -2,8 +2,7 @@ name: released on: release: - types: - - published + types: [published] jobs: virustotal: