Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
name: "Close stale issues"

# yamllint disable-line rule:truthy
Copy link

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The yamllint disable comment appears unrelated to the PR's stated purpose of removing the XTOS-make-install job. This change should either be explained in the PR description or removed.

Suggested change
# yamllint disable-line rule:truthy

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can be split out but just added as a separate commit

on:
schedule:
- cron: "30 1 * * *"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/daily-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
# TODO: separate "fetchPRcommits" which can't work in daily tests
# uses: ./.github/workflows/codestyle.yml

XTOS-make-install:
uses: ./.github/workflows/installer.yml

zephyr-fuzz-IPC:
uses: ./.github/workflows/ipc_fuzzer.yml
with:
Expand Down
Loading