We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8163001 commit 0d8decfCopy full SHA for 0d8decf
src/scripts/global-queue.sh
@@ -77,7 +77,7 @@ fetch_pipeline_workflows(){
77
78
# filter out any workflows that match the ignored list
79
ignored_workflows="[]"
80
- if [ -z "${CONFIG_IGNORED_WORKFLOWS}" ]; then
+ if [ -n "${CONFIG_IGNORED_WORKFLOWS}" ]; then
81
ignored_workflows=$(printf '"%s"' "${CONFIG_IGNORED_WORKFLOWS}" | jq 'split(",")')
82
fi
83
0 commit comments