We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5256d6b + ecc1871 commit 8ce08bdCopy full SHA for 8ce08bd
4 files changed
.github/workflows/backend-sim.yml
@@ -1,9 +1,12 @@
1
name: Backend Simulation Data
2
3
+# Triggers are disabled intentionally. This workflow generated simulation data
4
+# (api/status.json and api/history.json) that is no longer needed. The api/
5
+# directory has been removed and added to .gitignore.
6
on:
- workflow_dispatch:
- schedule:
- - cron: '0 */6 * * *'
7
+ # workflow_dispatch:
8
+ # schedule:
9
+ # - cron: '0 */6 * * *'
10
11
permissions:
12
contents: write
.gitignore
@@ -36,3 +36,6 @@ Thumbs.db
36
prisma/*.log
37
.venv/
38
__pycache__/
39
+
40
+# Backend simulation generated files
41
+api/
api/history.json
api/status.json
0 commit comments