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 1b3522c commit c4e679dCopy full SHA for c4e679d
.github/workflows/deploy.yml
@@ -7,6 +7,8 @@ permissions:
7
jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
+ # Only run this job if the repository is NOT a fork
11
+ if: ${{ github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') }}
12
steps:
13
- name: Checkout
14
uses: actions/[email protected]
0 commit comments