Skip to content

Commit 5cfae8f

Browse files
committed
build: Ignore format checks when downstreaming
1 parent a9f2052 commit 5cfae8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/vvl.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ permissions:
3838
jobs:
3939
code-format:
4040
runs-on: ubuntu-24.04
41+
if: '!contains(github.event.head_commit.message, "build: Downstreaming Vulkan-ValidationLayers")'
4142
steps:
4243
- uses: actions/checkout@v5
4344
with:

0 commit comments

Comments
 (0)