Skip to content

Commit 505938d

Browse files
committed
added dummy
1 parent 646e515 commit 505938d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/pipeleak.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ on:
55
push:
66

77
jobs:
8+
dummy:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Start dummy job
12+
run: |
13+
echo "🧪 Dummy job started. Simulating some work..."
14+
sleep 90
15+
echo "✅ Dummy job finished."
16+
817
wait-for-siblings:
918
runs-on: ubuntu-latest
1019
steps:

0 commit comments

Comments
 (0)