Skip to content

Commit

Permalink
Test [PATCH]
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed Feb 20, 2024
1 parent 1cc8956 commit bf25add
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/after_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ jobs:


tagext:
needs: [ patch ]

needs: [ patch, minor, major ]
if: |
always() && ${{ (needs.patch.result == 'success' || needs.minor.result == 'success' || needs.major.result == 'success') }}
runs-on: ${{ matrix.os }}

strategy:
Expand Down

0 comments on commit bf25add

Please sign in to comment.