Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 9f8696c

Browse files
LukasPaczosŁukasz Paczos
authored andcommitted
[build] do not skip tag-initiated builds
1 parent 61e07b7 commit 9f8696c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ commands:
493493
- run:
494494
name: Check if this job can be skipped
495495
command: |
496-
if [[ $CIRCLE_BRANCH != master ]] && [[ $CIRCLE_BRANCH != release-* ]]; then
496+
if [[ $CIRCLE_BRANCH != master ]] && [[ $CIRCLE_BRANCH != release-* ]] && [[ -z $CIRCLE_TAG ]]; then
497497
scripts/check-ci-job-skippability.js
498498
fi
499499

0 commit comments

Comments
 (0)