We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6442cd4 commit 958e9e3Copy full SHA for 958e9e3
1 file changed
monorepo-migration/migrate.sh
@@ -379,7 +379,7 @@ if [ -d "$SOURCE_REPO_NAME/.github/workflows" ]; then
379
if [ -f "$workflow" ]; then
380
filename=$(basename "$workflow")
381
382
- if [ "${filename}" == "ci.yaml" && "${SKIP_CI_WORKFLOW}" == "true" ]; then
+ if [[ "${filename}" == "ci.yaml" && "${SKIP_CI_WORKFLOW}" == "true" ]]; then
383
echo "Skipping ci.yaml workflow as requested by user"
384
continue
385
fi
0 commit comments