Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 1, 2023
1 parent 95c59d5 commit 283bf51
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: Integration Tests

on:
pull_request:
pull_request_target:
branches:
- main
types:
- opened
- labeled
- unlabeled
- reopened
- synchronize
- converted_to_draft
workflow_dispatch:

jobs:
integration:
if: github.event.label.name == 'integration'
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 283bf51

Please sign in to comment.