Skip to content

chore(deps): update actions/checkout action to v4.1.6 #47

chore(deps): update actions/checkout action to v4.1.6

chore(deps): update actions/checkout action to v4.1.6 #47

Workflow file for this run

---
name: Deploy piper
on: # yamllint disable-line rule:truthy
push:
branches:
- main
paths:
- roles/piper/**
- .github/workflows/piper.yaml
pull_request:
paths:
- roles/piper/**
- .github/workflows/piper.yaml
jobs:
piper:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/setup-ansible
- run: |
ansible-playbook main.yaml --limit localhost --tags piper
docker ps --filter name=piper | grep --quiet piper