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
5 changes: 4 additions & 1 deletion .github/workflows/test-device.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test on block devices

on: [push, pull_request]
on:
push:
branches: [main]
pull_request:
Comment on lines +3 to +6
Copy link

Copilot AI Jan 26, 2026

Choose a reason for hiding this comment

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

The PR description only mentions changes to test.yml and test-with-uv.yml, but this file (test-device.yml) was also modified with the same changes. The PR description should be updated to include test-device.yml in the list of modified files.

Copilot uses AI. Check for mistakes.

permissions:
contents: read
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-with-uv.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test with uv

on: [push, pull_request]
on:
push:
branches: [main]
pull_request:

permissions:
contents: read
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test

on: [push, pull_request]
on:
push:
branches: [main]
pull_request:

permissions:
contents: read
Expand Down
Loading