From 22b6adcd8e06da665fe61be6b56ca28ccb4d497b Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 4 Sep 2022 12:49:20 +0200 Subject: Added hello job --- hello/hello.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hello/hello.yaml (limited to 'hello/hello.yaml') diff --git a/hello/hello.yaml b/hello/hello.yaml new file mode 100644 index 0000000..7af44cd --- /dev/null +++ b/hello/hello.yaml @@ -0,0 +1,8 @@ +name: "hello" +trigger: + event: "time/tick" + parameters: + periodic: 60 +steps: + - code: | + echo "Hello world!" -- cgit v1.2.3