Skip to content

Commit

Permalink
Update circleci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Jan 3, 2024
1 parent dd8330a commit d25ea6b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@ on:
push:
branches:
- main
pull_request_target:
pull_request:
branches:
- main
jobs:
approve: # First step
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.
trigger-circleci:
runs-on: ubuntu-latest
environment: 'ci'
needs: [approve] # Require the first step to finish
steps:
- name: secretflow-yacl-ci
id: secretflow-yacl-ci
Expand Down

0 comments on commit d25ea6b

Please sign in to comment.