Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Jan 3, 2024
1 parent 893e141 commit bec0cf1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,28 @@

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:
path-filtering: circleci/path-filtering@0.1.4

workflows:
unittest-workflow:
when: << pipeline.parameters.GHA_Action >>
jobs:
- path-filtering/filter:
base-revision: main
Expand Down

0 comments on commit bec0cf1

Please sign in to comment.