From 689a1f9ea0687a0b8982e43fa1a8910e82bdb515 Mon Sep 17 00:00:00 2001 From: William Arin Date: Sun, 25 Jul 2021 15:16:01 +0800 Subject: [PATCH] ci: make tests_assets job run in parallel to the others --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da4dd2d..15bc60a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,8 +49,6 @@ jobs: runs-on: ubuntu-20.04 - needs: test_php - steps: - uses: actions/checkout@v2