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 b1367f2 commit 36d9c0e
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 @@ -6,6 +6,6 @@ on:

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

0 comments on commit 36d9c0e

Please sign in to comment.