From 0a2b2ebcaa17de694a003a196270097a42630f8e Mon Sep 17 00:00:00 2001 From: Tim Beermann Date: Fri, 9 Jul 2021 10:27:49 +0200 Subject: [PATCH] test4 (#16) Signed-off-by: Tim Beermann --- .github/workflows/test.yml | 8 +------- README.md | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f114cf8..18b1be6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,11 +5,6 @@ name: check if two ci-cd systems can work on github in parallel "on": workflow_dispatch: push: - paths: - - '*.*' - pull_requests: - paths: - - '*.*' jobs: yamllint: @@ -25,7 +20,6 @@ jobs: - name: install yamllint run: pip3 install yamllint - + - name: run yamllint run: yamllint . - diff --git a/README.md b/README.md index 8e47d1d..86f3da1 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ In this repository you'll find a .zuul.yaml file, which describes the ci-cd beha If you want to add a check, just update this file. It will automatically be read by zuul every time, a ci-cd run is triggered. -test3 +test4