Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Update pull request workflow conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
cxmeel committed Mar 14, 2024
1 parent 30f0058 commit 1e7e8d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:

jobs:
perform-checks:
if: github.repository == github.event.pull_request.head.repo.full_name
if: |
github.repository == github.event.pull_request.head.repo.full_name
&& github.event.pull_request.draft == false
runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down

0 comments on commit 1e7e8d7

Please sign in to comment.