Skip to content

Commit

Permalink
github: run validate-config-map before triggering gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Jan 20, 2025
1 parent 0a96823 commit 8b7cf20
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gitlab-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on: # yamllint disable-line rule:truthy

jobs:
prepare:
name: "🔍 Check source preparation"
name: "🔍 Check source preparation and test configs"
runs-on: ubuntu-latest
steps:

Expand Down Expand Up @@ -46,6 +46,11 @@ jobs:
exit "0"
fi
- name: Check that the config-map is valid
run: |
./test/scripts/validate-config-map
gitlab-ci-helper:
name: "Gitlab CI trigger helper"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b7cf20

Please sign in to comment.