File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 permissions :
1919 contents : read # for actions/checkout to fetch code
2020 security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
21- if : github.repository_owner == 'opf'
21+ if : github.repository == 'opf/openproject '
2222 name : Brakeman Scan
2323 runs-on : ubuntu-latest
2424 env :
Original file line number Diff line number Diff line change 1212 trigger_downstream_workflow :
1313 permissions :
1414 contents : none
15- if : github.repository_owner == 'opf'
15+ if : github.repository == 'opf/openproject '
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Trigger Flavours workflow
Original file line number Diff line number Diff line change 8787 version : ${{ steps.extract_version.outputs.version }}
8888 docker_tags : ${{ steps.extract_version.outputs.docker_tags }}
8989 build :
90- if : github.repository_owner == 'opf'
90+ if : github.repository == 'opf/openproject '
9191 needs :
9292 - setup
9393 runs-on :
Original file line number Diff line number Diff line change 2525 trigger_saas_tests :
2626 permissions :
2727 contents : none
28- if : github.repository_owner == 'opf'
28+ if : github.repository == 'opf/openproject '
2929 name : SaaS tests
3030 runs-on : ubuntu-latest
3131 steps :
Original file line number Diff line number Diff line change 2323 i18n-tasks :
2424 permissions :
2525 contents : read
26- if : github.repository_owner == 'opf'
26+ if : github.repository == 'opf/openproject '
2727 name : I18n inconsistency check
2828 runs-on : ubuntu-latest
2929 steps :
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build :
13- if : github.repository_owner == 'opf'
13+ if : github.repository == 'opf/openproject '
1414 name : ${{ matrix.target }}
1515 runs-on : ubuntu-latest
1616 services :
You can’t perform that action at this time.
0 commit comments