Skip to content

Commit

Permalink
Refactor: Remove unnecessary workflow dependencies in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kota8102 committed Nov 15, 2024
1 parent 14737dd commit fa810b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
actions-timeline:
if: always()
needs: [node-lint, node-test, python-lint, python-test, deploy]
needs: [deploy]
runs-on: ubuntu-latest
steps:
- uses: Kesin11/actions-timeline@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [opened, reopened, ready_for_review]
issue_comment:
types: [created]
workflow_call:

# デフォルトのシェルをbashに設定
defaults:
Expand Down

0 comments on commit fa810b6

Please sign in to comment.