update
This commit is contained in:
parent
5052c8acc0
commit
c744672276
1 changed files with 18 additions and 0 deletions
18
.github/workflows/test.yaml
vendored
Normal file
18
.github/workflows/test.yaml
vendored
Normal file
|
@ -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"
|
Loading…
Reference in a new issue