Skip to content

Commit

Permalink
Attempt to fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jgressmann committed Jun 1, 2024
1 parent 8fbda56 commit daf783e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
latest:
needs: [provenance]
runs-on: ubuntu-latest
# if: startsWith(github.ref, 'refs/heads/')

steps:
- name: Download artifacts
id: download
Expand All @@ -209,7 +209,8 @@ jobs:
release:
needs: [provenance]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
if: ${{ startsWith(github.ref, 'refs/tags/') }}

steps:
- name: Download artifacts
id: download
Expand Down

0 comments on commit daf783e

Please sign in to comment.