Skip to content

Commit 265cc94

Browse files
Only run AST in master and develop branches
1 parent 6d222d8 commit 265cc94

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,12 @@ workflows:
382382
- develop
383383

384384
Smoke Testing:
385-
when: << pipeline.parameters.run_smoketesting >>
385+
when:
386+
and:
387+
- << pipeline.parameters.run_smoketesting >>
388+
- or:
389+
- equal: [ develop, << pipeline.git.branch >> ]
390+
- equal: [ master, << pipeline.git.branch >> ]
386391
jobs:
387392
- Hold [Smoke-Testing]:
388393
type: approval

0 commit comments

Comments
 (0)