Skip to content

Commit

Permalink
test4 (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Beermann <[email protected]>
  • Loading branch information
Tim Beermann authored Jul 9, 2021
1 parent b1dad08 commit 0a2b2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -25,7 +20,6 @@ jobs:

- name: install yamllint
run: pip3 install yamllint

- name: run yamllint
run: yamllint .

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a2b2eb

Please sign in to comment.