Skip to content

Commit

Permalink
Merge pull request #1977 from sanger/sh51/reduce-failed-tests-noise
Browse files Browse the repository at this point in the history
Only run version check when develop -> master PR is not draft
  • Loading branch information
StephenHulme authored Oct 7, 2024
2 parents 0798834 + 788b993 commit bfb0db2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
jobs:
check:
runs-on: ubuntu-latest
# only run when PR is not draft
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit bfb0db2

Please sign in to comment.