Skip to content

Commit 3d35089

Browse files
committed
Refactor: ワークフローの冗長な処理を削除してシンプル化
1 parent f546902 commit 3d35089

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/sentry.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,9 @@ on:
1111
- '.github/workflows/sentry.yml'
1212

1313
jobs:
14-
check-changes:
15-
name: Check changed files
16-
runs-on: ubuntu-latest
17-
outputs:
18-
voicevox_engine: ${{ steps.filter.outputs.voicevox_engine }}
19-
workflow: ${{ steps.filter.outputs.workflow }}
20-
steps:
21-
- name: Checkout repository
22-
uses: actions/checkout@v4
23-
with:
24-
fetch-depth: 0 # 全履歴を取得して変更を正確に検出
25-
26-
- name: Check changed files
27-
uses: dorny/paths-filter@v3
28-
id: filter
29-
with:
30-
filters: |
31-
voicevox_engine:
32-
- 'voicevox_engine/**'
33-
workflow:
34-
- '.github/workflows/sentry.yml'
35-
3614
create-sentry-release:
3715
name: Create Sentry Release
38-
needs: check-changes
3916
runs-on: ubuntu-latest
40-
if: needs.check-changes.outputs.voicevox_engine == 'true' || needs.check-changes.outputs.workflow == 'true' || startsWith(github.ref, 'refs/tags/')
4117
steps:
4218
- name: Checkout repository
4319
uses: actions/checkout@v4

0 commit comments

Comments
 (0)