Changeset 203 in Main for trunk/.github/workflows


Ignore:
Timestamp:
Sep 30, 2024, 10:31:13 AM (7 weeks ago)
Author:
Nishi
Message:

add if condition to github actions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/build.yml

    r108 r203  
    1515    name: "Build for Windows 32-bit"
    1616    runs-on: ubuntu-latest
     17    if: ${{ !contains(github.event.head_commit.message, '[release') }}
    1718
    1819    permissions:
     
    4344    name: "Build for Windows 64-bit"
    4445    runs-on: ubuntu-latest
     46    if: ${{ !contains(github.event.head_commit.message, '[release') }}
    4547
    4648    permissions:
     
    7173    name: "Release"
    7274    runs-on: ubuntu-latest
     75    if: ${{ !contains(github.event.head_commit.message, '[release') }}
    7376
    7477    permissions:
Note: See TracChangeset for help on using the changeset viewer.