From dba68fac4c064d7a16c87caaca64699511de3cbf Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Fri, 18 Jun 2021 03:23:01 +0200 Subject: [PATCH 1/3] Update CI-linpeas_prod.yml --- .github/workflows/CI-linpeas_prod.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI-linpeas_prod.yml b/.github/workflows/CI-linpeas_prod.yml index 730072e..4e432bc 100644 --- a/.github/workflows/CI-linpeas_prod.yml +++ b/.github/workflows/CI-linpeas_prod.yml @@ -6,6 +6,9 @@ name: CI-linpeas_prod on: # Triggers the workflow on push or pull request events but only for the master branch pull_request: + branches: + - master + - linpeas_prod paths: - 'linPEAS/linpeas.sh' @@ -38,4 +41,4 @@ jobs: # Runs a single command using the runners shell - name: Run linpeas - run: linPEAS/linpeas.sh \ No newline at end of file + run: linPEAS/linpeas.sh From fb068278c31e94ec9053c00a37c3d8705706dd2c Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Fri, 18 Jun 2021 03:24:39 +0200 Subject: [PATCH 2/3] Update CI-linpeas_prod.yml --- .github/workflows/CI-linpeas_prod.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/CI-linpeas_prod.yml b/.github/workflows/CI-linpeas_prod.yml index 4e432bc..e67f184 100644 --- a/.github/workflows/CI-linpeas_prod.yml +++ b/.github/workflows/CI-linpeas_prod.yml @@ -1,10 +1,6 @@ -# This is a basic workflow to help you get started with Actions - name: CI-linpeas_prod -# Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch pull_request: branches: - master @@ -12,33 +8,23 @@ on: paths: - 'linPEAS/linpeas.sh' - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -# A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # This workflow contains a single job called "build" Test_linpeas_ubuntu: - # The type of runner that the job will run on runs-on: ubuntu-latest - # Steps represent a sequence of tasks that will be executed as part of the job steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - # Runs a single command using the runners shell - name: Run linpeas run: linPEAS/linpeas.sh Test_linpeas_macos: runs-on: macos-latest - # Steps represent a sequence of tasks that will be executed as part of the job steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - # Runs a single command using the runners shell - name: Run linpeas run: linPEAS/linpeas.sh From 8a321e88f05c0d77ce1b4ae061bb9ed9950b2b4c Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Fri, 18 Jun 2021 03:26:23 +0200 Subject: [PATCH 3/3] Update CI-linpeas_prod.yml --- .github/workflows/CI-linpeas_prod.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/CI-linpeas_prod.yml b/.github/workflows/CI-linpeas_prod.yml index e67f184..3cbef18 100644 --- a/.github/workflows/CI-linpeas_prod.yml +++ b/.github/workflows/CI-linpeas_prod.yml @@ -3,10 +3,7 @@ name: CI-linpeas_prod on: pull_request: branches: - - master - linpeas_prod - paths: - - 'linPEAS/linpeas.sh' workflow_dispatch: