Skip to content

Commit c0593c9

Browse files
committed
ATM: add hello world version of workflow checking queries run
1 parent 7a8c9e7 commit c0593c9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: ATM Check Queries Run
2+
3+
# This check is required, therefore we must run it on all PRs, even if only Markdown has changed.
4+
on:
5+
workflow_dispatch:
6+
7+
jobs:
8+
hello-world:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: foo
13+
run: echo "Hello world"

0 commit comments

Comments
 (0)