Skip to content

Update README with cda. Repositories Management System details. #23

Update README with cda. Repositories Management System details.

Update README with cda. Repositories Management System details. #23

name: Cdaprod-Solutions Org Runner Status Checks
on:
workflow_dispatch:
schedule:
- cron: '0 */6 * * *' # Schedule to run every 6 hours
jobs:
check-runner-status:
name: Check ${{ matrix.runner-label }} status

Check failure on line 10 in .github/workflows/Cdaprod-Solutions_Runner_Matrix.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/Cdaprod-Solutions_Runner_Matrix.yaml

Invalid workflow file

You have an error in your yaml syntax on line 10
runs-on: [self-hosted, ${{ matrix.runner-label }}]
strategy:
fail-fast: false
matrix:
runner-label: ['frontend', 'backend', 'api'] # Replace with your actual runner labels
steps:
- name: Verify Runner
run: |
echo "This job is running on a self-hosted runner named ${{ matrix.runner-label }}"