Browse Source

👷 Run once on CI to debug

pull/13888/head
Sebastián Ramírez 1 day ago
parent
commit
69f530342f
  1. 4
      .github/workflows/people.yml

4
.github/workflows/people.yml

@ -1,6 +1,10 @@
name: FastAPI People
on:
# TODO: remove this
push:
branches:
- people
schedule:
- cron: "0 14 1 * *"
workflow_dispatch:

Loading…
Cancel
Save