From c744672276617290231dff0763aa50bfc12bd11e Mon Sep 17 00:00:00 2001 From: clayvan Date: Fri, 29 Mar 2024 14:16:08 -0700 Subject: [PATCH] update --- .github/workflows/test.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/test.yaml 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"