Skip to content

chore(deps): update actions/checkout action to v4.2.2 #59

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

chore(deps): update actions/checkout action to v4.2.2 #59

Workflow file for this run

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