We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8c9e7 commit c0593c9Copy full SHA for c0593c9
1 file changed
.github/workflows/atm-check-queries-run.yml
@@ -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