Skip to content

Commit

Permalink
Fixed issue in build-events.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmonRaNet committed Jan 4, 2024
1 parent 1034aee commit 0d317d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [created, edited, deleted]

jobs:
build:
if: ${{ github.event.issue.pull_request && contains(github.event.comment.html_url, '/force-build') }}
force_build:
if: github.event.issue.pull_request && contains(github.event.comment.body, '/force-build')
uses: ./.github/workflows/build.yaml
secrets: inherit

0 comments on commit 0d317d6

Please sign in to comment.