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: