Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ci_push_testing.yml #2203

Merged
merged 3 commits into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading