Skip to content

Commit

Permalink
Add conditional step for tagext job
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Jan 29, 2024
1 parent 53d542c commit b67a75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

tagext:
runs-on: ${{ matrix.os }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
strategy:
matrix:
os: [ubuntu-latest]
Expand Down

0 comments on commit b67a75b

Please sign in to comment.