Browse Source

👷 Run once on CI to debug

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

4
.github/workflows/people.yml

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

Loading…
Cancel
Save