From adc95d2d7f918de34a856654858ebf57d888506c Mon Sep 17 00:00:00 2001 From: "maximilian.schubert@telekom.de" Date: Tue, 28 Nov 2023 12:10:46 +0100 Subject: [PATCH] ci: test actions --- .github/workflows/artifacts.yml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index e460920b..85bf27e9 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -1,18 +1,19 @@ name: Artifacts on: - workflow_call: - inputs: - publish: - description: Publish image to github registry - default: false - required: false - type: boolean - release: - description: Release build - default: false - required: false - type: boolean + push + # workflow_call: + # inputs: + # publish: + # description: Publish image to github registry + # default: false + # required: false + # type: boolean + # release: + # description: Release build + # default: false + # required: false + # type: boolean permissions: contents: read