diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index 79d978e61..848a7bd9f 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest permissions: pull-requests: write - if: github.repository_owner == 'cryostatio' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/build_test') + if: github.event.issue.pull_request && startsWith(github.event.comment.body, '/build_test') steps: - name: Fail if needs-triage label applied if: ${{ contains(github.event.issue.labels.*.name, 'needs-triage') }}