Skip to content

Commit

Permalink
Update eval.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
  • Loading branch information
infinisil and Mic92 committed Nov 28, 2024
1 parent b883547 commit 44f0cba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- release-*
- staging-*
- haskell-updates
- python-updates

permissions:
contents: read
Expand Down Expand Up @@ -184,7 +185,7 @@ jobs:
conclusion=$(gh api /repos/"$REPOSITORY"/actions/runs/"$runId" --jq '.conclusion')
done
if [[ "$conclusion" != "success" ]]; then
if [[ "$conclusion" != "\"success\"" ]]; then
echo "Workflow was not successful, cannot make comparison"
exit 0
fi
Expand All @@ -193,6 +194,7 @@ jobs:
env:
REPOSITORY: ${{ github.repository }}
BASE_SHA: ${{ needs.attrs.outputs.baseSha }}
GH_TOKEN: ${{ github.token }}

- uses: actions/download-artifact@v4
if: steps.baseRunId.outputs.baseRunId
Expand Down

0 comments on commit 44f0cba

Please sign in to comment.