Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hot fix] SSR-4092: Delete the "check_v0" part in yamory action #1501

Merged
merged 2 commits into from
Jan 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions .github/workflows/execute_yamory_weekly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: execute yamory weekly on v0 and v1
name: execute yamory weekly on v1

on:
schedule:
Expand All @@ -21,27 +21,4 @@ jobs:
env:
CI: true
PROJECT_GROUP_KEY: kintone-ui-component_master
YAMORY_API_KEY: ${{ secrets.YAMORY_API_KEY }}

check_v0:
name: execute yamory on v0_dev branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: v0_dev
- name: run Yamory
run: |
bash -c "$(curl -sSf -L https://localscanner.yamory.io/script/npm)"
env:
CI: true
PROJECT_GROUP_KEY: kintone-ui-component_v0_dev
YAMORY_API_KEY: ${{ secrets.YAMORY_API_KEY }}
- name: run Yamory_docs
working-directory: docs
run: |
bash -c "$(curl -sSf -L https://localscanner.yamory.io/script/pip)"
env:
CI: true
PROJECT_GROUP_KEY: kintone-ui-component_v0_dev
YAMORY_API_KEY: ${{ secrets.YAMORY_API_KEY }}