Skip to content

Commit

Permalink
The clean doesn't requires the pattern docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 4, 2020
1 parent 8e631e0 commit 1a0c321
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion c2cciutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down
1 change: 0 additions & 1 deletion example-project/.github/workflows/clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a0c321

Please sign in to comment.