Skip to content

Commit

Permalink
chore: build manifests in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Sep 20, 2024
1 parent 65186c2 commit db6124a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
private-key-passphrase: ${{ secrets.ETERNAL_LINUX_SIGNING_KEY_PASSPHRASE }}

manifest:
if: ${{ github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
needs: build-base
strategy:
Expand Down Expand Up @@ -265,7 +264,6 @@ jobs:
private-key-passphrase: ${{ secrets.ETERNAL_LINUX_SIGNING_KEY_PASSPHRASE }}

manifest-nvidia:
if: ${{ github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
needs: build-nvidia
strategy:
Expand Down

0 comments on commit db6124a

Please sign in to comment.