Skip to content

Commit

Permalink
TEMP: Disable other checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Dec 28, 2022
1 parent a8d44e2 commit 2f714cb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: ansible-test sanity
on:
- push
- pull_request
on: []
# - push
# - pull_request
jobs:
ansible_test:
name: Verify ansible-test sanity
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Verify Ansible documentation.
on:
- push
- pull_request
on: []
# - push
# - pull_request
jobs:
check_docs_29:
name: Check Ansible Documentation with Ansible 2.9.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Run Linters
on:
- push
- pull_request
on: []
# - push
# - pull_request
jobs:
ansible_lint:
name: Verify ansible-lint
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: readme test
on:
- push
- pull_request
on: []
# - push
# - pull_request
jobs:
ansible_test:
name: Verify readme
Expand Down

0 comments on commit 2f714cb

Please sign in to comment.