We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148d426 commit 3e654edCopy full SHA for 3e654ed
1 file changed
monorepo-migration/migrate.sh
@@ -379,6 +379,11 @@ 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
383
+ echo "Skipping ci.yaml workflow as requested by user"
384
+ continue
385
+ fi
386
+
387
# Skip redundant workflows as requested by user
388
case "$filename" in
389
"hermetic_library_generation.yaml" | "update_generation_config.yaml" | \
0 commit comments