This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fix: disable yamllint on ci line, "on" is not always truthy
pull/1613/head
Marko Weltzer
4 years ago
parent
94c9780f7a
commit
f92e6ad7b9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/matrix.yml
+ 1
- 1
.github/workflows/matrix.yml
View File
@@ -1,7 +1,7 @@
---
name: Matrix CI
on:
on:
# yamllint disable-line rule:truthy
push:
pull_request:
Write
Preview
Loading…
Cancel
Save