Skip to content

Commit b4c5685

Browse files
committed
Checking correct thing. We care that the repo executing the workflow is within OC, *not* that the *originating repo* is this one...
1 parent 77b6f5e commit b4c5685

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
detect:
15-
if: ${{ github.event.pull_request.head.repo.full_name == 'opencast/opencast-admin-interface' }}
15+
if: github.repository_owner == 'opencast'
1616
runs-on: ubuntu-latest
1717
outputs:
1818
server: ${{ steps.test-server.outputs.server }}

0 commit comments

Comments
 (0)