Skip to content

Commit

Permalink
ci: remove status-check (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Mar 6, 2025
1 parent c085ec5 commit 95bde98
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,6 @@ jobs:
- .github/workflows/*.yaml
- aqua/ghalint.yaml
status-check:
# This job is used for main branch's branch protection rule's status check.
# If all dependent jobs succeed or are skipped this job succeeds.
timeout-minutes: 10
runs-on: ubuntu-latest
needs:
- renovate-config-validator
- ghalint
- create-pr-branch
- test
permissions: {}
if: failure()
steps:
- run: exit 1

renovate-config-validator:
uses: ./.github/workflows/wc-renovate-config-validator.yaml
needs: path-filter
Expand Down

0 comments on commit 95bde98

Please sign in to comment.