Skip to content

chore(deps): update actions/checkout action to v4.2.0 (#497) #54

chore(deps): update actions/checkout action to v4.2.0 (#497)

chore(deps): update actions/checkout action to v4.2.0 (#497) #54

Workflow file for this run

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