From 0d1fcf6d68fac95d9bda8755761cac78be6f9202 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sun, 6 Mar 2022 13:01:30 +0000 Subject: [PATCH] Rename CI jobs --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1da7ede6f..eb9105e49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,11 +78,11 @@ jobs: fail-fast: false matrix: script: - - name: With Celery + - name: Celery args: "use_celery=y frontend_pipeline='Django Compressor'" - - name: With Gulp + - name: Gulp args: "frontend_pipeline=Gulp" - - name: With Webpack + - name: Webpack args: "frontend_pipeline=Webpack" name: "${{ matrix.script.name }} Bare metal"