Skip to content

Commit

Permalink
integration label
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 1, 2023
1 parent 720861c commit b77206a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ on:
pull_request:
branches:
- main
types:
- opened
- synchronize

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

steps:
Expand Down

0 comments on commit b77206a

Please sign in to comment.