Skip to content

Commit ed9d970

Browse files
committed
github: run validate-config-map before triggering gitlab CI
1 parent b7a2605 commit ed9d970

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/gitlab-helper.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on: # yamllint disable-line rule:truthy
1414

1515
jobs:
1616
prepare:
17-
name: "🔍 Check source preparation"
17+
name: "🔍 Check source preparation and test configs"
1818
runs-on: ubuntu-latest
1919
steps:
2020

@@ -46,6 +46,11 @@ jobs:
4646
exit "0"
4747
fi
4848
49+
- name: Check that the config-map is valid
50+
run: |
51+
./test/scripts/validate-config-map
52+
53+
4954
gitlab-ci-helper:
5055
name: "Gitlab CI trigger helper"
5156
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)