Skip to content

GitHub Actions の実行条件を整理 - #55

Merged
n4mlz merged 1 commit into
mainfrom
chore/filter-github-actions
Aug 31, 2026
Merged

GitHub Actions の実行条件を整理#55
n4mlz merged 1 commit into
mainfrom
chore/filter-github-actions

Conversation

@n4mlz

@n4mlz n4mlz commented Aug 31, 2026

Copy link
Copy Markdown
Member

概要

GitHub Actions を変更対象のパスに応じて実行するよう整理します。

変更内容

  • Rust の build / test / lint を Cargo workspace 関連ファイルの変更時のみ実行
  • 本番イメージの build / push を Dockerfile または Rust workspace 関連ファイルの変更時のみ実行
  • workflow_dispatch による手動実行は維持
  • ドキュメントや Auth0 設定のみの変更では不要な workflow を実行しない

確認

  • YAML 構文確認
  • cargo metadata
  • git diff --check

@n4mlz n4mlz self-assigned this Aug 31, 2026
@n4mlz n4mlz changed the title ♻️ GitHub Actions の実行条件を整理 GitHub Actions の実行条件を整理 Aug 31, 2026
@n4mlz
n4mlz merged commit e5f8e25 into main Aug 31, 2026
4 checks passed
@n4mlz
n4mlz deleted the chore/filter-github-actions branch August 31, 2026 03:24
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.

1 participant