Skip to content

Update Glyphic Dashboard #31081

Update Glyphic Dashboard

Update Glyphic Dashboard #31081

name: Update Glyphic Dashboard
permissions:
contents: read
on:
workflow_run:
workflows: ["Validate README", "Validate Manifest"]
types:
- completed
jobs:
update_dashboard:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v5
- name: Set Up Python
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Run Dashboard Updater
run: python docs/validators/update_dashboard.py