Skip to content

Commit

Permalink
Update ci_push_testing.yml (#2203)
Browse files Browse the repository at this point in the history
* Update ci_push_testing.yml

* Update ci_push_testing.yml

* Update ci_push_testing.yml
  • Loading branch information
alexanderrichards authored Oct 16, 2023
1 parent bf33696 commit 25e1703
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci_push_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@ on:
branches: [ develop ]

jobs:
approve:
name: Approval
runs-on: ubuntu-latest
steps:
- name: Approve
run: echo For security reasons, all pull requests need to be approved first before running any automated CI.
#approve:
# name: Approval
# if: github.repository != 'ganga-devs/gangs'
# runs-on: ubuntu-latest
# environment:
# name: Integrate Pull Request
# steps:
# - name: Approve
# run: echo For security reasons, all pull requests need to be approved first before running any automated CI.


lint:
name: Linting
runs-on: ubuntu-latest
needs: [approve]
environment:
name: Integrate Pull Request
#needs: [approve]
continue-on-error: true
outputs:
files_to_lint: ${{ steps.flake8.outputs.files_to_lint }}
Expand Down

0 comments on commit 25e1703

Please sign in to comment.