Skip to content

Commit

Permalink
Merge pull request htcondor#587 from brianhlin/fix-upload-rpm-gha
Browse files Browse the repository at this point in the history
Fix RPM upload GHA
  • Loading branch information
timtheisen authored Sep 21, 2023
2 parents d35ba9e + e7bcc78 commit 52ef981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload_rpms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
# there seems to be contention between 'published' vs 'created' here
# 'published' occurs with a GitHub release
types: [published]
workflow_dispatch:

jobs:
build-rpms-and-upload:
Expand All @@ -25,7 +26,7 @@ jobs:
- name: Start ${{ matrix.platform }} image
run: |
docker run --detach --env "container=docker" \
docker run --privileged --detach --env "container=docker" \
--name $GITHUB_SHA \
--volume `pwd`:/htcondor-ce:rw \
${{ matrix.platform }} \
Expand Down

0 comments on commit 52ef981

Please sign in to comment.