Skip to content

Commit

Permalink
revert changes for draft
Browse files Browse the repository at this point in the history
  • Loading branch information
anoipm committed May 8, 2024
1 parent f825ed4 commit a545460
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
paths-ignore:
- 'docs/**'
- 'examples/**'
types: [ready_for_review]
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]

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

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

0 comments on commit a545460

Please sign in to comment.