From 5b407450f5a28295cdeae8e8bb3ea4591600e395 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 25 Aug 2023 12:07:00 +0900 Subject: Skip push by dependabot [ci skip] Would be pull-requested soon. --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/windows.yml') 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 }} -- cgit v1.2.3