Skip to content

Commit 8ce08bd

Browse files
authored
Merge pull request #1 from PkLavc/copilot/update-github-actions-trigger
chore: disable backend-sim workflow and remove generated api files
2 parents 5256d6b + ecc1871 commit 8ce08bd

4 files changed

Lines changed: 9 additions & 187 deletions

File tree

.github/workflows/backend-sim.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Backend Simulation Data
22

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.
36
on:
4-
workflow_dispatch:
5-
schedule:
6-
- cron: '0 */6 * * *'
7+
# workflow_dispatch:
8+
# schedule:
9+
# - cron: '0 */6 * * *'
710

811
permissions:
912
contents: write

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ Thumbs.db
3636
prisma/*.log
3737
.venv/
3838
__pycache__/
39+
40+
# Backend simulation generated files
41+
api/

api/history.json

Lines changed: 0 additions & 170 deletions
This file was deleted.

api/status.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)