Skip to content

Added a separate README for building the tests #15

Added a separate README for building the tests

Added a separate README for building the tests #15

Workflow file for this run

name: update-people
on:
push:
branches:
# - f/mkdocs
- main
schedule:
- cron: "0 12 1 * *"
workflow_dispatch: {}
jobs:
people:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/people
with:
token: ${{ secrets.GITHUB_TOKEN }}