Skip to content

Commit

Permalink
emphemeral: change setting for quick feedback CI
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Mar 17, 2024
1 parent 2ec5f03 commit 6cffea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ on:
env:
##### Pipeline - 1st level overrides #####
TESTS_PIPE_ON: "false"
DOCS_PIPE_ON: "true"
DOCS_PIPE_ON: "false"
##########################

#### TESTS Pipeline Config ####
TESTS_ALWAYS: "true" # 2nd level override
TESTS_ALWAYS: "false" # 2nd level override
TESTS_JOB_POLICY: '1' # accept all for Test (only 1 policy supported atm)

#### DOCS Pipeline Config ####
Expand Down

0 comments on commit 6cffea4

Please sign in to comment.