Skip to content

Commit

Permalink
Merge pull request #59 from magick93/test-pr-types
Browse files Browse the repository at this point in the history
Test pr types
  • Loading branch information
magick93 authored Dec 4, 2024
2 parents 21cb56b + de905f1 commit 897f4ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- stable
- 'pr/*'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
merge_group:

concurrency:
Expand All @@ -27,6 +28,14 @@ env:
# Enable portable to prevent issues with caching `blst` for the wrong CPU type
# TEST_FEATURES: portable
jobs:
fail_if_pull_request_is_draft:
if: github.event.pull_request.draft == true
runs-on: ubuntu-latest
steps:
- name: Fail if pull request is a draft
run: exit 1


check-labels:
runs-on: ubuntu-latest
name: Check for 'skip-ci' label
Expand Down

0 comments on commit 897f4ee

Please sign in to comment.