Skip to content

Commit 00ba29c

Browse files
committed
test job
1 parent 2d970f9 commit 00ba29c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test-job.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Daily Bash Job
2+
3+
on:
4+
schedule:
5+
- cron: '20 * * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
hello-world:
10+
runs-on: [gitops]
11+
steps:
12+
- name: Say Hello
13+
run: echo "Hello World"

0 commit comments

Comments
 (0)