Skip to content

Commit 643c733

Browse files
committed
ci: fix missing job_allow_tags
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent 0734694 commit 643c733

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/continue_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,8 @@ workflows:
19271927
- not:
19281928
equal: [ << pipeline.trigger_source >>, scheduled_pipeline ]
19291929
jobs:
1930-
- validate-commit-on-main
1930+
- validate-commit-on-main:
1931+
<<: *job_allow_tags
19311932
- build-offline-chat-installer-macos:
19321933
<<: *job_allow_tags
19331934
context: gpt4all

0 commit comments

Comments
 (0)