Skip to content

Commit

Permalink
FIX Check workflow is active
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Oct 17, 2024
1 parent bed554b commit cc4767c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=10

env:
artifacts_name: ${{ matrix.name }}
artifacts_name: ${{ matrix.artifacts_name }}

name: ${{ matrix.name }}

Expand Down 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 cc4767c

Please sign in to comment.