Skip to content

Commit 7541754

Browse files
committed
Add skip-vdc option to CI.
1 parent 99df6e9 commit 7541754

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969

7070
verify-devcontainers:
7171
name: Verify Dev Containers
72+
if: ${{ !contains(github.event.head_commit.message, '[skip-vdc]') }}
7273
permissions:
7374
id-token: write
7475
contents: read

0 commit comments

Comments
 (0)