summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-07 07:56:36 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-07 07:56:36 +0900
commit6bc614260db57971889d32f54aa46e1bc7a07f2a (patch)
treea9f16b52081aac3ce93550313a115b9417897470
parent46d250558a828b4d92675d79121693e29913bbc4 (diff)
We should run Check Dependencies always for required status
-rw-r--r--.github/workflows/check_dependencies.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml
index 5eb1bb5db1..51aaca7b15 100644
--- a/.github/workflows/check_dependencies.yml
+++ b/.github/workflows/check_dependencies.yml
@@ -36,16 +36,6 @@ jobs:
runs-on: ${{ matrix.os }}
- if: >-
- ${{!(false
- || contains(github.event.head_commit.message, '[DOC]')
- || contains(github.event.head_commit.message, 'Document')
- || contains(github.event.pull_request.title, '[DOC]')
- || contains(github.event.pull_request.title, 'Document')
- || contains(github.event.pull_request.labels.*.name, 'Documentation')
- || (github.event_name == 'push' && github.event.pull_request.user.login == 'dependabot[bot]')
- )}}
-
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0