Skip to content

Commit

Permalink
[github] release condition not exiting
Browse files Browse the repository at this point in the history
  • Loading branch information
MrsRina authored Apr 7, 2024
1 parent 5825225 commit aa6db1d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cmake-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
build_type: [Release]
c_compiler: [gcc, g++]
c_compiler: [g++]
include:
- os: windows-latest
c_compiler: gcc
cpp_compiler: g++
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++

steps:
Expand All @@ -44,9 +42,7 @@ jobs:

- name: Release Condition
if: "!startsWith(steps.check_commit_message.outputs.message, '[release]')"
run: |
echo "Not a release commit"
exit 0
run: exit 0

- name: Configure CMake
run: >
Expand Down

0 comments on commit aa6db1d

Please sign in to comment.