fix: skylab tagged runner
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
||||
deploy:
|
||||
name: Deploy Ansible Playbook
|
||||
if: github.event.pull_request.merged == true
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: skylab
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
Reference in New Issue
Block a user