Skip to content

Commit

Permalink
Force job step to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Oct 17, 2024
1 parent e42c5cf commit 65c0362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
echo "IMAGE_TAG=:${IMAGE_TAG}:"
echo "IMAGE_NAME=:${IMAGE_NAME}:"
exit 0
exit 23
- name: Setup Kosli cli
if: ${{ github.ref == 'refs/heads/main' && (success() || failure()) }}
Expand Down

0 comments on commit 65c0362

Please sign in to comment.