Skip to content

Commit

Permalink
ci(build_test): fix typo (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 authored Nov 9, 2023
1 parent 511e369 commit 9997cb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ env:
jobs:
check-before-build:
runs-on: ubuntu-latest
if: github.repository.owner == 'cryostatio' && github.event.issue.pull_request && (startsWith(github.event.comment.body, '/build_test'))
if: github.repository_owner == 'cryostatio' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/build_test')

permissions:
pull-requests: write
steps:
Expand Down

0 comments on commit 9997cb2

Please sign in to comment.