From 689ec7688a59d339adacb14d30fcd9dd2bc14aac Mon Sep 17 00:00:00 2001 From: Kazuki Tobita Date: Fri, 14 Jul 2023 23:12:56 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20pull=5Frequest=E3=82=A4?= =?UTF-8?q?=E3=83=99=E3=83=B3=E3=83=88=E3=81=A7=E3=81=AFbranches-ignore?= =?UTF-8?q?=E3=81=8C=E4=BD=BF=E7=94=A8=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=81=9F=E3=82=81=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/notify-ghpages-url.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify-ghpages-url.yml b/.github/workflows/notify-ghpages-url.yml index 6538c66f..eeb4c8f2 100644 --- a/.github/workflows/notify-ghpages-url.yml +++ b/.github/workflows/notify-ghpages-url.yml @@ -4,15 +4,14 @@ on: pull_request: types: - opened - branches-ignore: - - dependabot/** - - gh-pages jobs: notify-ghpages-url: runs-on: - ubuntu-latest + if: ${{ !startsWith(github.head_ref, "dependabot/") }} + steps: - name: Generate directory name id: dir_name