From dd8330aa862e8ff61717c0b99e101ee9de115ec7 Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:41:19 +0800 Subject: [PATCH] Update circleci.yml --- .github/workflows/circleci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml index 7ece9022..a296d089 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/circleci.yml @@ -15,6 +15,7 @@ jobs: 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