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

refactor(CI): 修正範囲と関係ないActionsが走るのを抑止する #12918

Merged
merged 6 commits into from
Jan 8, 2024

Conversation

samunohito
Copy link
Member

@samunohito samunohito commented Jan 6, 2024

What

fix #12779
修正範囲と関係無いActionsの起動を抑止します。

Why

フロントエンドやmisskey-jsの修正でもバックエンドのテストが起動するのは無駄に感じる

Additional info (optional)

確認内容

  • packages/backend配下にある任意のファイルを書き換えてpush
  • packages/frontend配下にある任意のファイルを書き換えてpush
  • packages/misskey-js配下にある任意のファイルを書き換えてpush
  • packages/sw配下にある任意のファイルを書き換えてpush
  • packages/shared/.eslintrc.jsを書き換えてpush

ここでテストしました。
samunohito#17

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md ※ユーザやサーバ管理者に影響がある内容ではないので記載していません
  • (If possible) Add tests

@syuilo
Copy link
Member

syuilo commented Jan 6, 2024

バックエンドの変更がフロントエンドに影響することはありそうな気がした

@samunohito
Copy link
Member Author

バックエンドの変更がフロントエンドに影響する

cypressのお話です・・・?

@anatawa12
Copy link
Member

misskey-jsの変更はfrontendもbackendも回したい気がする。

@syuilo
Copy link
Member

syuilo commented Jan 6, 2024

バックエンドの変更がフロントエンドに影響する

cypressのお話です・・・?

そういうことになるわね

@riku6460
Copy link
Contributor

riku6460 commented Jan 6, 2024

fix #12917 

おそらく #12779 の間違いではないでしょうか

@samunohito
Copy link
Member Author

すみません、直しました🙇‍♂️
(12917となぜ間違えたんだ…)

@samunohito
Copy link
Member Author

  • バックエンドの対象にmisskey-jsを追加
  • フロントエンドの対象にmisskey-jsとbackendを追加

@syuilo syuilo merged commit 0f9e3bc into misskey-dev:develop Jan 8, 2024
3 checks passed
@syuilo
Copy link
Member

syuilo commented Jan 8, 2024

🙏🙏

@samunohito samunohito deleted the fix/workflow-add-paths branch January 11, 2024 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] 変更差分に対応するCIのみ動かすようにしたい
4 participants