Skip to content

Commit

Permalink
Merge branch 'main' into renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx authored May 2, 2023
2 parents 0b49e72 + cc024b2 commit f69401e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 277 deletions.
191 changes: 0 additions & 191 deletions .github/workflows/build.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci_collect_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
info:
name: Collect information(server build)
name: Collect information
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion != 'failure' && github.event.repository.full_name == 'reearth/reearth' && (startsWith(github.event.workflow_run.head_branch, 'release/') || github.event.workflow_run.head_branch == 'main' || !startsWith(github.event.head_commit.message, 'v')) }}
outputs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ on:

jobs:
ci:
name: Check server change
name: ci
runs-on: ubuntu-latest
if: github.event_name != 'push' || !startsWith(github.event.head_commit.message, 'v')
defaults:
run:
working-directory: server
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ on:

jobs:
ci:
name: Check and build web change
name: ci
runs-on: ubuntu-latest
if: github.event_name != 'push' || !startsWith(github.event.head_commit.message, 'v')
defaults:
run:
working-directory: web
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/deploy_test.yml

This file was deleted.

0 comments on commit f69401e

Please sign in to comment.