Skip to content

Commit

Permalink
Merge pull request #695 from chainbound/jonas/ci/docker-build-cmd-test
Browse files Browse the repository at this point in the history
ci: docker build cmd wip
  • Loading branch information
mempirate authored Jan 17, 2025
2 parents 54eca75 + eb63ccc commit 615fe3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build-cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
build:
if: |
github.event.issue.pull_request != null &&
startsWith(github.event.comment.body, '/build ')
startsWith(github.event.comment.body, '/build ') &&
github.event.comment.author_association == 'COLLABORATOR'
runs-on: self-hosted

steps:
Expand Down

0 comments on commit 615fe3d

Please sign in to comment.