Skip to content

Commit

Permalink
TEMP: Disable other tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed May 19, 2023
1 parent 3ce5b36 commit 418571d
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_oldest_supported:
name: Check Ansible Documentation with ansible-core 2.12.
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 418571d

Please sign in to comment.