Skip to content

Commit

Permalink
[github] condition running validation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrsRina authored Apr 7, 2024
1 parent aa6db1d commit 195067e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:

- name: Release Condition
if: "!startsWith(steps.check_commit_message.outputs.message, '[release]')"
id: release_condition
run: exit 0

- name: Configure CMake
if: steps.release_condition.outcome != 'sucess'
run: >
cmake -B ${{ github.workspace }}/cmake-build-debug
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
Expand Down

0 comments on commit 195067e

Please sign in to comment.