always run close jobs

This commit is contained in:
Jacob Overgaard
2022-09-07 15:22:18 +02:00
parent f4a1ca5853
commit c47a80a86e
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
###### End of Repository/Build Configurations ######
close_pull_request_job:
if: github.repository_owner == 'Umbraco' && github.event_name == 'pull_request' && github.event.action == 'closed'
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
name: Close Pull Request Job
steps:

View File

@@ -35,7 +35,7 @@ jobs:
###### End of Repository/Build Configurations ######
close_pull_request_job:
if: github.repository_owner == 'Umbraco' && github.event_name == 'pull_request' && github.event.action == 'closed'
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
name: Close Pull Request Job
steps: