Skip to content

Commit 37f6b6f

Browse files
committed
Add cirrus-testing workflow.
1 parent d6f950a commit 37f6b6f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: CIRRUS runner test workflow
2+
3+
on: [push, pull_request] # Trigger on push or pull request
4+
5+
jobs:
6+
hello-world:
7+
runs-on: gh-arc-ctsm-scale-set
8+
steps:
9+
- name: Print a little message
10+
run: echo "Hello, world!"

0 commit comments

Comments
 (0)