From 30f9ba134b3dc3cd57747c044382b3442d0bee2e Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Sat, 22 Jun 2024 17:39:58 +0800 Subject: [PATCH] Fix powa_archivist.yml tags and tags-ignore cannot be specified at the same time, which is a shame since the matching support is really bad. So for now just ignore debian/* and hope I will never need a non-release tag. --- .github/workflows/powa_archivist.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/powa_archivist.yml b/.github/workflows/powa_archivist.yml index 5908928..d898c27 100644 --- a/.github/workflows/powa_archivist.yml +++ b/.github/workflows/powa_archivist.yml @@ -3,8 +3,6 @@ name: Trigger build and push of powa-archivist image on: push: # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet - tags: - - '[0-9]+.[0-9]+.[0-9]+' tags-ignore: - 'debian/*'