Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
khuezy committed Aug 30, 2023
1 parent c0521aa commit 91e7a4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,15 @@ jobs:
previous_release=""
fi
echo "$previous_release"
echo "previous version: $previous_release"
if [ "$latest_release" != "$previous_release" ]; then
echo "Releases are different. Continuing the pipeline."
else
echo "Releases are the same. Exiting with success."
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}
exit 0
fi
- name: Store Latest Release
Expand Down

0 comments on commit 91e7a4c

Please sign in to comment.