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: