File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 bump-version :
10- if : " !startsWith(github.event.head_commit.message, 'bump:')"
10+ if : ${{ github.repository == 'commitizen-tools/commitizen' && !startsWith(github.event.head_commit.message, 'bump:') }}
1111 runs-on : ubuntu-latest
1212 name : " Bump version and create changelog with commitizen"
1313 steps :
Original file line number Diff line number Diff line change 88
99jobs :
1010 update-cli-screenshots :
11+ if : ${{ github.repository == 'commitizen-tools/commitizen' }}
1112 runs-on : ubuntu-latest
1213 steps :
1314 - uses : actions/checkout@v6
4647 fi
4748
4849 publish-documentation :
50+ if : ${{ github.repository == 'commitizen-tools/commitizen' }}
4951 runs-on : ubuntu-latest
5052 needs : update-cli-screenshots
5153 steps :
Original file line number Diff line number Diff line change 99jobs :
1010 deploy :
1111 runs-on : macos-latest
12- if : ${{ github.event.workflow_run.conclusion == 'success' }}
12+ if : ${{ github.repository == 'commitizen-tools/commitizen' && github. event.workflow_run.conclusion == 'success' }}
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v6
2323 - name : Update Homebrew formula
2424 uses : dawidd6/action-homebrew-bump-formula@v7
2525 with :
26- token : ${{secrets.PERSONAL_ACCESS_TOKEN}}
26+ token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2727 formula : commitizen
2828 tag : v${{ env.project_version }}
2929 force : true
Original file line number Diff line number Diff line change 77
88jobs :
99 deploy :
10+ if : ${{ github.repository == 'commitizen-tools/commitizen' }}
1011 runs-on : ubuntu-latest
1112 permissions :
1213 id-token : write
You can’t perform that action at this time.
0 commit comments