Skip to content

Commit

Permalink
исправлена ошибки в yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenonim committed Dec 26, 2024
1 parent 61d0160 commit 73e6336
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ on:

jobs:
build:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
if: ${{ (github.repository == '1sputnik/pasteuriser-ai-assistant') && ( (github.event_name == 'push') || (github.event_name == 'schedule') || (github.event_name == 'merge_group') || ((github.event_name == 'pull_request_target') )) }}
if: ${{ (github.repository == '1sputnik/pasteuriser-ai-assistant') && ( (github.event_name == 'push') || (github.event_name == 'schedule') || (github.event_name == 'merge_group') || (github.event_name == 'pull_request_target') ) }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 73e6336

Please sign in to comment.