|
@ -8,6 +8,7 @@ on: |
|
|
jobs: |
|
|
jobs: |
|
|
dists-and-docs: |
|
|
dists-and-docs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name |
|
|
steps: |
|
|
steps: |
|
|
- name: Checkout repository |
|
|
- name: Checkout repository |
|
|
uses: actions/checkout@v3 |
|
|
uses: actions/checkout@v3 |
|
|