Issue comment trigger
All checks were successful
actions-lint / actions-lint (push) Successful in 5s

This commit is contained in:
2024-09-13 11:53:56 +01:00
parent e5550e329d
commit fea000f39b

View File

@@ -1,15 +1,12 @@
name: Update raspberry pis
on:
pull_request:
branches:
- main
types: [closed]
issue_comment:
jobs:
deploy:
name: Deploy Ansible Playbook
if: github.event.pull_request.merged == true
if: ${{ github.event.comment.body == '!run update-pis'}}
runs-on: ubuntu-latest
steps:
- name: Checkout repository