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 e6a7b6c commit 28aefc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ on:
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
needs: [approve] # Require the first step to finish
steps:
- name: secretflow-yacl-ci
id: secretflow-yacl-ci
Expand Down

0 comments on commit 28aefc5

Please sign in to comment.