summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-25 12:07:00 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-08-25 17:10:45 +0900
commit5b407450f5a28295cdeae8e8bb3ea4591600e395 (patch)
tree0b01b9e4813b672c028cd133e10489f8cea03cda /.github/workflows/windows.yml
parentf7359e112a2834e7360dcee3836508d2031b7e72 (diff)
Skip push by dependabot [ci skip]
Would be pull-requested soon.
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 748d248395..71209a5c9c 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -45,6 +45,7 @@ jobs:
|| contains(github.event.head_commit.message, '[DOC]')
|| contains(github.event.pull_request.title, '[DOC]')
|| contains(github.event.pull_request.labels.*.name, 'Documentation')
+ || (github.event_name == 'push' && github.actor == 'dependabot[bot]')
)}}
name: VisualStudio ${{ matrix.vs }}