From 69da8e78b2c85cf4a9d1b967e1f35712918d3903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Weisbarth?= Date: Wed, 20 Sep 2023 14:29:01 +0200 Subject: [PATCH] Avoid usage of yaml-anchors and -aliases. --- ...update.go-mod-tidy_and_make-package-specs.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-update.go-mod-tidy_and_make-package-specs.yaml b/.github/workflows/dependency-update.go-mod-tidy_and_make-package-specs.yaml index 1c8895efa2..f5e08d9775 100644 --- a/.github/workflows/dependency-update.go-mod-tidy_and_make-package-specs.yaml +++ b/.github/workflows/dependency-update.go-mod-tidy_and_make-package-specs.yaml @@ -1,6 +1,18 @@ name: "renovate-/ospo-bot: go mod tidy and make package-specs" on: - pull_request: &on-filter + pull_request: + branches: + - "renovate/**" + - "dependabot/**" + paths: + - ".github/workflows/dependency-update-go-mod-tidy.yaml" + - "src/**/go.mod" + - "src/**/go.sum" + push: + # TODO: As soon as Github solves issue + # and this event-configuration remains identical to the one for `pull_request`, + # anchors and aliases may be used, see the official + # [yaml-documentation](). branches: - "renovate/**" - "dependabot/**" @@ -8,7 +20,6 @@ on: - ".github/workflows/dependency-update-go-mod-tidy.yaml" - "src/**/go.mod" - "src/**/go.sum" - push: *on-filter workflow_dispatch: {} jobs: go-mod-tidy: