Skip to content

Commit

Permalink
ansible-lint-debian-weekly.yml: correct yaml
Browse files Browse the repository at this point in the history
The wrong line was changed.

Signed-off-by: Erwann Roussy <[email protected]>
  • Loading branch information
eroussy committed Sep 9, 2024
1 parent 6e446c2 commit 8848c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint-debian-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ permissions:

jobs:
ansible-lint:
runs-on: ubuntu-latest
runs-on: [self-hosted, runner-RTE-12]
steps:
- uses: [self-hosted, runner-RTE-12]
- uses: actions/checkout@v2
with:
ref: debian-main
- name: Initialize sources
Expand Down

0 comments on commit 8848c46

Please sign in to comment.