Skip to content

Commit

Permalink
added print for github event
Browse files Browse the repository at this point in the history
  • Loading branch information
glebashnik committed Aug 14, 2024
1 parent 0f1dbf7 commit e303a02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/publish-unpublished-rpms-to-archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ echo "RPMs missing in archive:"
ls -lh *.rpm
echo


UPLOAD_FAILED=false
echo "GitHub event: $GITHUB_EVENT_NAME"

if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
for rpm in $(ls *.rpm); do
echo "Uploading $rpm ..."
Expand Down

0 comments on commit e303a02

Please sign in to comment.