We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa3d43 commit 865b23fCopy full SHA for 865b23f
.github/workflows/site-policy-sync.yml
@@ -22,7 +22,9 @@ on:
22
jobs:
23
# This workflow contains a single job called "build"
24
copy-file:
25
- if: github.repository == 'github/docs-internal'
+ if: |
26
+ github.event.pull_request.merged == true &&
27
+ github.repository == 'github/docs-internal'
28
# The type of runner that the job will run on
29
runs-on: ubuntu-latest
30
0 commit comments