Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Mar 11, 2024
1 parent daa408e commit 28a36ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
echo "linkerd $tag"
echo "LINKERD_TAG=$tag" >> "$GITHUB_ENV"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- run: exit 1
- run: just docker
- run: just-k3d create
- run: just k3d-load-linkerd
Expand All @@ -115,7 +116,7 @@ jobs:
if: always()
runs-on: ubuntu-latest
steps:
- if: contains(needs.*.result, 'failure')
- if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
run: exit 1

auto-merge:
Expand Down

0 comments on commit 28a36ca

Please sign in to comment.