Skip to content

Commit a2a4987

Browse files
committed
cleanup azure job
1 parent dfd113e commit a2a4987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
build_and_deploy_job:
19-
if: github.repository_owner == 'Umbraco' && (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed'))
19+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
2020
runs-on: ubuntu-latest
2121
name: Build and Deploy Job
2222
steps:
@@ -41,7 +41,7 @@ jobs:
4141
###### End of Repository/Build Configurations ######
4242

4343
close_pull_request_job:
44-
if: github.repository_owner == 'Umbraco' && github.event_name == 'pull_request' && github.event.action == 'closed'
44+
if: github.event_name == 'pull_request' && github.event.action == 'closed'
4545
runs-on: ubuntu-latest
4646
name: Close Pull Request Job
4747
steps:

0 commit comments

Comments
 (0)