File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010jobs :
1111 lint-pr-title :
12+ # Prevent execution on forks
13+ if : github.repository_owner == 'iExecBlockchainComputing'
1214 permissions :
1315 pull-requests : read
1416 uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yml@conventional-commits-v1.1.0
Original file line number Diff line number Diff line change 66 branches : [main]
77 tags :
88 - ' v*.*.*'
9+ # can only be executed by people with write access on repository
10+ workflow_dispatch :
911
1012jobs :
1113 prepare :
1214 name : Determine image tag
1315 runs-on : ubuntu-latest
16+ # Prevent execution on forks
17+ if : github.repository_owner == 'iExecBlockchainComputing'
1418 outputs :
1519 image_tag : ${{ steps.determine-tag.outputs.image_tag }}
1620 steps :
Original file line number Diff line number Diff line change @@ -12,5 +12,7 @@ permissions:
1212
1313jobs :
1414 release-please :
15+ # Prevent execution on forks
16+ if : github.repository_owner == 'iExecBlockchainComputing'
1517 uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/release-please.yml@release-please-v2.0.0
1618 secrets : inherit
You can’t perform that action at this time.
0 commit comments