Skip to content

Commit fe0a77c

Browse files
Restore some of the workflows to just run in the core
These do not make sense to be run in forks
1 parent 00b5399 commit fe0a77c

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/brakeman-scan-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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:

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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:

.github/workflows/downstream-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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:

.github/workflows/i18n-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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:

.github/workflows/packager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
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:

0 commit comments

Comments
 (0)