Skip to content

Commit e76f1b4

Browse files
committed
Revert "sleeptestを削除"
This reverts commit 2922af8.
1 parent 7c803a2 commit e76f1b4

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/sleep-test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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: Checkout
13+
uses: actions/checkout@v4
14+
- name: Start Workflow Telemetry
15+
uses: ./
16+
- name: Sleep for 10 minutes
17+
run: sleep 600
18+
- name: Wrap up
19+
run: echo "Sleep complete"

0 commit comments

Comments
 (0)