From 4a7b7f886377098ca4aba33de98471f6fb9d75fe Mon Sep 17 00:00:00 2001 From: Mak <98408710+makhlouf1102@users.noreply.github.com> Date: Tue, 2 Jun 2026 11:54:36 -0400 Subject: [PATCH] ci: check integration versions for vrl changes (#15252) Co-authored-by: Makhlouf Hennine --- .github/workflows/check-integration-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-integration-versions.yml b/.github/workflows/check-integration-versions.yml index 905cde000be..e914e27be03 100644 --- a/.github/workflows/check-integration-versions.yml +++ b/.github/workflows/check-integration-versions.yml @@ -23,7 +23,7 @@ jobs: id: changed-files uses: tj-actions/changed-files@v46 with: - files: 'integrations/**/*.{ts,md,svg}' + files: 'integrations/**/*.{ts,md,svg,vrl}' separator: '\n' - name: Check integration versions env: