Skip to content

Commit

Permalink
avoid doing link check on draft
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Sep 17, 2024
1 parent fddd4d2 commit 24fbc26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-external-links.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Testing External Links
on:
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
# Synchronize, open and reopened are the default types for pull request
# We add ready_for_review to trigger the check for changelog and full tests when ready for review is clicked
merge_group:
workflow_call:

jobs:
build-and-test:
if: ${{ github.event.pull_request.draft == false }}
name: Testing External Links
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 24fbc26

Please sign in to comment.