Skip to content

chore: disable backend-sim workflow and remove generated api files#1

Merged
PkLavc merged 2 commits into
mainfrom
copilot/update-github-actions-trigger
May 19, 2026
Merged

chore: disable backend-sim workflow and remove generated api files#1
PkLavc merged 2 commits into
mainfrom
copilot/update-github-actions-trigger

Conversation

Copilot AI commented May 19, 2026

Copy link
Copy Markdown
Contributor

The backend-sim.yml workflow was periodically generating and committing fake simulation data (api/status.json, api/history.json) into the repo on a cron schedule. These files serve no purpose in the application and were polluting git history.

Changes

  • .github/workflows/backend-sim.yml — Commented out both schedule and workflow_dispatch triggers; added an inline comment explaining why they're disabled. Workflow body is preserved in case it needs to be revisited.
  • api/status.json, api/history.json — Deleted from the repository.
  • .gitignore — Added api/ entry to prevent those files from being re-tracked if the workflow is ever re-enabled.

@PkLavc PkLavc marked this pull request as ready for review May 19, 2026 12:06
@PkLavc PkLavc merged commit 8ce08bd into main May 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants