diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 28d19b14e..ee0777048 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -27,4 +27,4 @@ jobs: name: Test X7 run: | echo "Running commit tests for X7" - FLAVOR=COLORLCD ./tools/commit-tests.sh + FLAVOR=X7 ./tools/commit-tests.sh