Skip to content

Commit 68ca7bd

Browse files
committed
update
1 parent d18af3a commit 68ca7bd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/01-Build-Blocks-v1.1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
run: ls -la
3131
- name: Say goodbye
3232
run: echo "Goodbye!"
33+
- name: Seeeping for 10 seconds
34+
run: sleep 60
3335
# Dodaj inne kroki i zobacz jak zachowuje sie github actions jako osobne joby oraz kroki w tym jobie.

.github/workflows/01-Build-Blocks-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 01 - Building Blocks v1
22

33
on:
4-
push:
4+
#push:
55
workflow_dispatch:
66

77
jobs:

0 commit comments

Comments
 (0)