Skip to content
Draft
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
20 changes: 20 additions & 0 deletions .github/workflows/bare-run-checkpoint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Bare Run Checkpoint

on:
push:
branches:
- diagnostic/bare-run-checkpoint-20260802
pull_request:
branches:
- main
workflow_dispatch:

permissions:
contents: read

jobs:
bare-run:
runs-on: ubuntu-latest
steps:
- name: Execute bare shell step
run: echo ok
Loading