Skip to content

Commit

Permalink
ci(workflow): semantic-pull-request のワークフローをカイゼン
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Jan 10, 2025
1 parent 8964ba5 commit 3597683
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,3 @@ jobs:
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

status-check:
runs-on: ubuntu-24.04
needs:
- pull-request
permissions: { }
if: failure()
steps:
- run: exit 1

0 comments on commit 3597683

Please sign in to comment.