mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +00:00
cleanup ci refresh merge
This commit is contained in:
parent
9b42928608
commit
0da1e44147
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -18,9 +18,9 @@ jobs:
|
||||||
|
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
|
|
||||||
# - run: yarn lint
|
- run: yarn lint
|
||||||
|
|
||||||
# - run: yarn test
|
- run: yarn test
|
||||||
|
|
||||||
worker_build:
|
worker_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -140,7 +140,7 @@ jobs:
|
||||||
needs:
|
needs:
|
||||||
- docker_build
|
- docker_build
|
||||||
- worker_build
|
- worker_build
|
||||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/ci/refresh'
|
if: github.ref == 'refs/heads/main'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Get Bot digest
|
- name: Get Bot digest
|
||||||
|
|
Loading…
Add table
Reference in a new issue