Skip to content

Commit

Permalink
Self run test
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Apr 25, 2024
1 parent a18fc27 commit c7dd7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/dnsmasq-exec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ name: Update DNS for rui
on:
workflow_run:
workflows:
- Duplicate_Check
- Yamllint
# branches: [main]
- AnsibleLint
types:
- completed

Expand All @@ -18,9 +16,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: "ansible-play -C"
- name: "ansible-play -C --tags dnsmasq rui.yml"
run: |
ansible-playbook \
-i inventories -C \
--tags dnsmasq
--tags dnsmasq \
rui.yml
23 changes: 0 additions & 23 deletions .github/workflows/shellspec.yml

This file was deleted.

0 comments on commit c7dd7f1

Please sign in to comment.