mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
[skip ci] Update build-and-release.yml
undo breaking the action and figure out that contains isn't case sensitive anyways
This commit is contained in:
parent
8037794601
commit
fc2373b6d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
|
@ -200,7 +200,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
if: ${{ !contains(github.event.head_commit.message, 'skip') || !contains(github.event.head_commit.message, 'SKIP') !contains(github.event.head_commit.message, 'Skip')}}
|
if: ${{ !contains(github.event.head_commit.message, 'skip')}}
|
||||||
steps:
|
steps:
|
||||||
- name: dummy action
|
- name: dummy action
|
||||||
run: "echo 'dummy action that checks if the build is to be skipped, if it is, this action does not run to break the entire build action'"
|
run: "echo 'dummy action that checks if the build is to be skipped, if it is, this action does not run to break the entire build action'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue