diff --git a/.github/workflows/atm-check-queries-run.yml b/.github/workflows/atm-check-queries-run.yml new file mode 100644 index 00000000000..cf55fd6ebf8 --- /dev/null +++ b/.github/workflows/atm-check-queries-run.yml @@ -0,0 +1,13 @@ +name: ATM Check Queries Run + +# This check is required, therefore we must run it on all PRs, even if only Markdown has changed. +on: + workflow_dispatch: + +jobs: + hello-world: + runs-on: ubuntu-latest + + steps: + - name: foo + run: echo "Hello world"