Skip to content

Commit

Permalink
Disable power-save
Browse files Browse the repository at this point in the history
  • Loading branch information
never147 authored Apr 7, 2024
1 parent 16b65c7 commit a5f6ab9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
- name: Run install
run: ./bin/bootstrap.sh
- name: Apply
run: ./bin/apply.sh --skip-tags "docker,shorewall,hid-apple"
run: |
./bin/apply.sh \
--skip-tags "docker,shorewall,hid-apple,power-save"

0 comments on commit a5f6ab9

Please sign in to comment.