Another try
This commit is contained in:
parent
94d83d713c
commit
aa53b59c67
@ -2,4 +2,7 @@ steps:
|
|||||||
first-job:
|
first-job:
|
||||||
image: busybox
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- echo "first run"
|
- echo "first run"
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
Loading…
Reference in New Issue
Block a user