mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-11 21:48:36 +00:00
Merge 579aa96b2c
into sapling-pr-archive-ehhuang
This commit is contained in:
commit
0792525059
1 changed files with 2 additions and 2 deletions
4
.github/workflows/conformance.yml
vendored
4
.github/workflows/conformance.yml
vendored
|
@ -43,9 +43,9 @@ jobs:
|
||||||
# Check if we should skip conformance testing due to breaking changes
|
# Check if we should skip conformance testing due to breaking changes
|
||||||
- name: Check if conformance test should be skipped
|
- name: Check if conformance test should be skipped
|
||||||
id: skip-check
|
id: skip-check
|
||||||
|
env:
|
||||||
|
PR_TITLE: ${{ github.event.pull_request.title }}
|
||||||
run: |
|
run: |
|
||||||
PR_TITLE="${{ github.event.pull_request.title }}"
|
|
||||||
|
|
||||||
# Skip if title contains "!:" indicating breaking change (like "feat!:")
|
# Skip if title contains "!:" indicating breaking change (like "feat!:")
|
||||||
if [[ "$PR_TITLE" == *"!:"* ]]; then
|
if [[ "$PR_TITLE" == *"!:"* ]]; then
|
||||||
echo "skip=true" >> $GITHUB_OUTPUT
|
echo "skip=true" >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue