Skip to content

Commit

Permalink
Bump version of workflow (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov authored Mar 15, 2024
1 parent 52b003a commit 9c05a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: Push Staging Image
needs: [build, test]
if: ${{ github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || github.event.ref == 'refs/heads/staging') && github.repository_owner == 'codecov' }}
uses: codecov/gha-workflows/.github/workflows/[email protected].12
uses: codecov/gha-workflows/.github/workflows/[email protected].16
secrets: inherit
with:
environment: staging
Expand Down

0 comments on commit 9c05a72

Please sign in to comment.