Skip to content

Commit 6ab2a95

Browse files
committed
Work around circleci path filtering bug
1 parent ff6ebfa commit 6ab2a95

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on_tag_filter: &on_tag_filter
1717
only: /^v.+/
1818

1919
orbs:
20-
path-filtering: circleci/path-filtering@1.1.0
20+
path-filtering: circleci/path-filtering@1.2.0
2121

2222
jobs:
2323
vscode-extension-setup:
@@ -116,6 +116,7 @@ workflows:
116116
pytest.ini|setup.cfg|setup.py python true
117117
\.circleci/.*|Makefile|\.pre-commit-config\.yaml common true
118118
vscode/extensions/.* vscode true
119+
tag: "3.9"
119120

120121
- vscode-extension-setup:
121122
<<: *on_main_or_tag_filter

0 commit comments

Comments
 (0)