Skip to content

Commit

Permalink
build: Skip format checks when downstreaming
Browse files Browse the repository at this point in the history
  • Loading branch information
aqnuep committed Dec 10, 2023
1 parent 3e3291e commit 48de696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ permissions:

jobs:
clang-format:
if: ${{ contains(github.event.head_commit.message, 'Downstream Vulkan-Loader') }}
name: clang-format
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 48de696

Please sign in to comment.