stop it now

This commit is contained in:
Core 2022-05-02 08:05:45 +01:00
parent e257018c5e
commit 499d40af6f
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -28,6 +28,9 @@ jobs:
name: Restore Yarn Package Cache
keys:
- yarn-packages-{{ checksum "cider.lock" }}
- run:
name: Move Lockfile
command: mv cider.lock yarn.lock
- run:
name: Install Node Dependencies
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
@ -165,27 +168,27 @@ workflows:
build_and_release:
jobs:
- prepare-build
# filters:
# branches:
# only: main
# filters:
# branches:
# only: main
- build-windows:
requires:
- prepare-build
# filters:
# branches:
# only: main
# filters:
# branches:
# only: main
- build-linux:
requires:
- prepare-build
# filters:
# branches:
# only: main
# filters:
# branches:
# only: main
- build-winget:
requires:
- prepare-build
# filters:
# branches:
# only: main
# filters:
# branches:
# only: main
- release:
requires:
- build-windows