From 818555f335b8f0799bdaa99fd85b9453439254fc Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:18:09 +0200 Subject: [PATCH] Revert "disable job if dependabot" This reverts commit 5740026c22f7c4129e5155c5922ba0766717954b. --- .../azure-static-web-apps-ambitious-stone-0033b3603.yml | 4 ++-- .../workflows/azure-static-web-apps-ashy-bay-09f36a803.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml b/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml index 909c9adf9d..c5815d3723 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml @@ -11,7 +11,7 @@ on: jobs: build_and_deploy_job: - if: github.actor != 'dependabot' && github.repository_owner == 'Umbraco' && (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')) + if: github.repository_owner == 'Umbraco' && (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')) runs-on: ubuntu-latest name: Build and Deploy Job steps: @@ -34,7 +34,7 @@ jobs: ###### End of Repository/Build Configurations ###### close_pull_request_job: - if: github.actor != 'dependabot' && github.repository_owner == 'Umbraco' && github.event_name == 'pull_request' && github.event.action == 'closed' + if: github.repository_owner == 'Umbraco' && github.event_name == 'pull_request' && github.event.action == 'closed' runs-on: ubuntu-latest name: Close Pull Request Job steps: diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ashy-bay-09f36a803.yml b/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ashy-bay-09f36a803.yml index f8c25fdcd3..e849198b98 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ashy-bay-09f36a803.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ashy-bay-09f36a803.yml @@ -13,7 +13,7 @@ on: jobs: build_and_deploy_job: - if: github.actor != 'dependabot' && github.repository_owner == 'Umbraco' && (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')) + if: github.repository_owner == 'Umbraco' && (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')) runs-on: ubuntu-latest name: Build and Deploy Job steps: @@ -35,7 +35,7 @@ jobs: ###### End of Repository/Build Configurations ###### close_pull_request_job: - if: github.actor != 'dependabot' && github.repository_owner == 'Umbraco' && github.event_name == 'pull_request' && github.event.action == 'closed' + if: github.repository_owner == 'Umbraco' && github.event_name == 'pull_request' && github.event.action == 'closed' runs-on: ubuntu-latest name: Close Pull Request Job steps: