From 6cb44237f3002756b1eaca95d6b180bb7141efc1 Mon Sep 17 00:00:00 2001 From: Nemesis Date: Sun, 19 Feb 2023 20:32:04 +0100 Subject: [PATCH] ci: move import costumes below emblems --- .github/workflows/import.js.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/import.js.yml b/.github/workflows/import.js.yml index db04627..ce02402 100644 --- a/.github/workflows/import.js.yml +++ b/.github/workflows/import.js.yml @@ -5,7 +5,7 @@ on: - cron: "0 0 * * 0" jobs: - emblems: + costumes: runs-on: ubuntu-latest @@ -22,23 +22,6 @@ jobs: cache: 'npm' - run: npm ci - run: npm run import:emblems - - costumes: - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [18.x] - - steps: - - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - - run: npm ci - run: npm run import:costumes weapons: