Skip to content

Commit efcdb59

Browse files
committed
HOTFIX: Compare base dockerfiles on tag
1 parent 259dae5 commit efcdb59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,10 @@ workflows:
379379
version: 2
380380
build_test_deploy:
381381
jobs:
382-
- compare_base_dockerfiles
382+
- compare_base_dockerfiles:
383+
filters:
384+
tags:
385+
only: /.*/
383386
- test_pytest:
384387
filters:
385388
tags:

0 commit comments

Comments
 (0)