We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c7762 commit ed1254aCopy full SHA for ed1254a
1 file changed
.github/workflows/azure-static-web-apps-gray-plant-049754e10.yml
@@ -35,6 +35,7 @@ jobs:
35
destination: ./_site
36
37
- name: Build And Deploy
38
+ if: github.event.pull_request.head.repo.fork != true
39
id: builddeploy
40
uses: Azure/static-web-apps-deploy@v0.0.1-preview
41
with:
@@ -49,7 +50,7 @@ jobs:
49
50
###### End of Repository/Build Configurations ######
51
52
close_pull_request_job:
- if: github.event_name == 'pull_request' && github.event.action == 'closed'
53
+ if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.head.repo.fork != true
54
runs-on: ubuntu-latest
55
name: Close Pull Request Job
56
steps:
0 commit comments