Delete CI-linpeas_prod.yml
This commit is contained in:
parent
8a321e88f0
commit
f6e3e202c6
27
.github/workflows/CI-linpeas_prod.yml
vendored
27
.github/workflows/CI-linpeas_prod.yml
vendored
@ -1,27 +0,0 @@
|
||||
name: CI-linpeas_prod
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- linpeas_prod
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Test_linpeas_ubuntu:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Run linpeas
|
||||
run: linPEAS/linpeas.sh
|
||||
|
||||
Test_linpeas_macos:
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Run linpeas
|
||||
run: linPEAS/linpeas.sh
|
Loading…
Reference in New Issue
Block a user