Skip to content

Commit

Permalink
test gh draft
Browse files Browse the repository at this point in the history
  • Loading branch information
anoipm committed May 8, 2024
1 parent f01a5a2 commit b6af711
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
- 'docs/**'
- 'examples/**'
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
draft: false

jobs:
operator-integration-test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +25,6 @@ jobs:

serverless-integration-test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-go
Expand Down

0 comments on commit b6af711

Please sign in to comment.