Skip to content

Commit 88c6453

Browse files
authored
Merge pull request #10934 from github/jhelie/add-hello-world-workflow-atm-queries
ATM: add hello world version of workflow checking queries run
2 parents 5e28e5a + c0593c9 commit 88c6453

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)