Skip to content

Commit

Permalink
workflow/ansible-lint.yml: allow on all runner
Browse files Browse the repository at this point in the history
ansible-lint.sh on the ci now call a cqfd flavor on the ansible
repository.
It can thus run on all runner and the restriction is not needed
anymore.

Signed-off-by: Erwann Roussy <[email protected]>
  • Loading branch information
eroussy committed May 30, 2023
1 parent 7e151da commit 89148b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
ansible-lint:
runs-on: [self-hosted, runner-SFL]
runs-on: self-hosted
steps:

- name: Initialize sources
Expand Down

0 comments on commit 89148b8

Please sign in to comment.