Skip to content

Commit

Permalink
Merge pull request #157 from creative-commoners/pulls/1.14/tag-active
Browse files Browse the repository at this point in the history
FIX Check workflow is active
  • Loading branch information
GuySartorelli authored Oct 22, 2024
2 parents bed554b + 42d1948 commit 6599159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ jobs:
fi
FOUND_WORKFLOW=0
WORKFLOWS=$(jq -r '.workflows[].path' __response.json)
WORKFLOWS=$(jq -r '.workflows[] | select(.state == "active") | .path' __response.json)
while IFS= read -r WORKFLOW_PATH; do
if [[ "$WORKFLOW_PATH" == ".github/workflows/tag-patch-release.yml" ]]; then
echo "Found tag-patch-release.yml"
Expand Down

0 comments on commit 6599159

Please sign in to comment.