From bec0cf1cd1a7a2ae402943bb766cebb896e0aeec Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:57:05 +0800 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ec0541b3..9fe2a837 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,20 @@ version: 2.1 +parameters: + GHA_Event: + type: string + default: "" + GHA_Actor: + type: string + default: "" + GHA_Action: + type: string + default: "" + GHA_Meta: + type: string + default: "" + setup: true orbs: @@ -21,6 +35,7 @@ orbs: workflows: unittest-workflow: + when: << pipeline.parameters.GHA_Action >> jobs: - path-filtering/filter: base-revision: main