Skip to content

Commit ef18b64

Browse files
ryan-williamsclaude
andcommitted
Add placeholder workflows for demos being developed in PR #2
Removed workflows not in test branch: - demo-00-minimal.yml - demo-gpu-dbg.yml Added placeholders for workflows from test branch: - demo-gpu-minimal.yml - demo-gpu.yml - demo-multi-instance.yml - demo-multi-job.yml All placeholder workflows display a message that they're being developed in the #2 / rw/hooks branch to avoid confusion. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2a31422 commit ef18b64

File tree

6 files changed

+34
-2
lines changed

6 files changed

+34
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Demo – minimal EC2 GPU runner
1+
name: Demo – configurable instance for debugging
22
on:
33
workflow_dispatch:
44
jobs:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Demo – minimal EC2 GPU runner
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
placeholder:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo "Placeholder workflow – being developed in #2 / rw/hooks branch"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ jobs:
55
placeholder:
66
runs-on: ubuntu-latest
77
steps:
8-
- run: echo "Placeholder workflow – being developed in \#2 / rw/hooks branch"
8+
- run: echo "Placeholder workflow – being developed in #2 / rw/hooks branch"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Demo – multiple instances for parallel jobs
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
placeholder:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo "Placeholder workflow – being developed in #2 / rw/hooks branch"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Demo – multiple instances for different job types
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
placeholder:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo "Placeholder workflow – being developed in #2 / rw/hooks branch"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Demo – multiple runners on one instance
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
placeholder:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo "Placeholder workflow – being developed in #2 / rw/hooks branch"

0 commit comments

Comments
 (0)