From 1a0c321e224104c35e16e289d609c085c35cecb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 4 Dec 2020 15:35:12 +0100 Subject: [PATCH] The clean doesn't requires the pattern docker --- .github/workflows/clean.yaml | 1 - c2cciutils/__init__.py | 2 +- example-project/.github/workflows/clean.yaml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/clean.yaml b/.github/workflows/clean.yaml index 63b943798..458de4819 100644 --- a/.github/workflows/clean.yaml +++ b/.github/workflows/clean.yaml @@ -16,7 +16,6 @@ jobs: with: ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}} github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}} - patterns: docker - run: | sudo rm /etc/apt/sources.list.d/*.list diff --git a/c2cciutils/__init__.py b/c2cciutils/__init__.py index e1ec88f41..80b16e9ab 100644 --- a/c2cciutils/__init__.py +++ b/c2cciutils/__init__.py @@ -191,7 +191,7 @@ def get_config(): required_workflows = { rebuild: { "noif": True, - "runs_re": [r"c2cciutils-publish( .*)--type(.*)?$"], + "runs_re": [r"^c2cciutils-publish .*--type.*$"], "strategy-fail-fast": False, } for rebuild in config["checks"]["versions"].get("file", ["rebuild.yaml"]) diff --git a/example-project/.github/workflows/clean.yaml b/example-project/.github/workflows/clean.yaml index 38c449dd9..5fe224360 100644 --- a/example-project/.github/workflows/clean.yaml +++ b/example-project/.github/workflows/clean.yaml @@ -16,7 +16,6 @@ jobs: with: ci-gpg-private-key: ${{secrets.CI_GPG_PRIVATE_KEY}} github-gopass-ci-token: ${{secrets.GOPASS_CI_GITHUB_TOKEN}} - patterns: docker - run: | sudo rm /etc/apt/sources.list.d/*.list