diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 000000000..163cba105 --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,18 @@ +name: test-malicious-protection +on: + pull_request: + types: [ opened, synchronize, labeled ] + branches: + - main + +concurrency: + group: ${{ github.workflow }} + cancel-in-progress: true + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: rogue command + run: | + echo "If you see this, that's bad"