Skip to content

Commit 47eab2b

Browse files
committed
test
1 parent 51c0c28 commit 47eab2b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/sleep-test.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Sleep Test
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
7+
jobs:
8+
long-sleep:
9+
runs-on: ubuntu-latest
10+
timeout-minutes: 20
11+
steps:
12+
- name: Start Workflow Telemetry
13+
uses: ./
14+
- name: Sleep for 10 minutes
15+
run: sleep 600
16+
- name: Wrap up
17+
run: echo "Sleep complete"

0 commit comments

Comments
 (0)