Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions 1.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
1111
222
333
444
555
2222
3333
4444
5555
666
777
888
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ f asf sa
hjadsjgksd
shjasfhkjsah
jjjllhhh
oookkkkkkk
oookkkkkkkk
36 changes: 34 additions & 2 deletions woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,73 +2,105 @@
# Migrated from GitHub Actions workflow

when:
branch: main
event: push
event: push

steps:
# Job: sleep-job
sleep-1:
image: alpine:latest
commands:
- sleep 2
when:
branch: main

sleep-2:
image: alpine:latest
commands:
- sleep 2
when:
branch: main

sleep-3:
image: alpine:latest
commands:
- sleep 2
when:
branch: main

sleep-4:
image: alpine:latest
commands:
- sleep 2
when:
branch: main

sleep-5:
image: alpine:latest
commands:
- sleep 2
when:
branch: main

sleep-6:
image: alpine:latest
commands:
- sleep 2
when:
branch: main

sleep-7:
image: alpine:latest
commands:
- sleep 0.8
when:
branch: main

sleep-8:
image: alpine:latest
commands:
- sleep 0.9
when:
branch: main

sleep-9:
image: alpine:latest
commands:
- sleep 1
when:
branch: main

sleep-10:
image: alpine:latest
commands:
- sleep 1.1
when:
branch: main

# Job: sleep-job-2
sleep-11:
image: alpine:latest
commands:
- sleep 0.9
when:
branch: main

sleep-12:
image: alpine:latest
commands:
- sleep 0.8
when:
branch: main

sleep-13:
image: alpine:latest
commands:
- sleep 0.7
when:
branch: main

global-step:
image: alpine:latest
commands:
- echo "This runs on push for all branches"
when:
branch: '**'