Skip to content

Commit

Permalink
Fixed publishing to sleet
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe committed Mar 21, 2024
1 parent 5dde970 commit a961600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/templates/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Publish package to S3
needs:
- build-packages
if: #@ ignoreSkippedJobsCondition + " && (github.event_name == 'push' || github.event.inputs.publish-prerelease)"
if: #@ ignoreSkippedJobsCondition
steps:
- #@ template.replace(checkoutCode(False, False))
- #@ template.replace(fetchPackageArtifacts("needs.build-packages.outputs.package_version"))
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: Publish package to S3
needs:
- build-packages
if: always() && !cancelled() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') && (github.event_name == 'push' || github.event.inputs.publish-prerelease)
if: always() && !cancelled() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit a961600

Please sign in to comment.