Having both workflows with test in the name can be confusing, so rename the one that does the build test to build-defconfigs.yml. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- .github/workflows/{test-defconfigs.yml => build-defconfigs.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{test-defconfigs.yml => build-defconfigs.yml} (100%) diff --git a/.github/workflows/test-defconfigs.yml b/.github/workflows/build-defconfigs.yml similarity index 100% rename from .github/workflows/test-defconfigs.yml rename to .github/workflows/build-defconfigs.yml -- 2.39.2