diff --git a/.github/workflows/test-runners.yaml b/.github/workflows/test-runners.yaml new file mode 100644 index 00000000..a8af5d7e --- /dev/null +++ b/.github/workflows/test-runners.yaml @@ -0,0 +1,20 @@ +name: Test runners + +on: + pull_request: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + # This linting can be cancelled if there is a newer commit to lint + cancel-in-progress: true + +jobs: + test-runners: + runs-on: test + + steps: + - name: clone repo + uses: actions/checkout@v4 + + - run: | + echo "Hello world"