diff --git a/.github/workflows/Generate-TestWorkflows.ps1 b/.github/workflows/Generate-TestWorkflows.ps1 index 1b1e7ba9fa..41f676591d 100644 --- a/.github/workflows/Generate-TestWorkflows.ps1 +++ b/.github/workflows/Generate-TestWorkflows.ps1 @@ -219,6 +219,7 @@ name: '$projectName' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - '$projectRelativeDirectory/**/*' - '.build/dependencies.props' @@ -231,6 +232,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: `${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-AllProjects.yml b/.github/workflows/Lucene-Net-Tests-AllProjects.yml index fbc64acf8f..c08dea1951 100644 --- a/.github/workflows/Lucene-Net-Tests-AllProjects.yml +++ b/.github/workflows/Lucene-Net-Tests-AllProjects.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.AllProjects' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.AllProjects/**/*' - '.build/dependencies.props' @@ -67,6 +68,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Common.yml b/.github/workflows/Lucene-Net-Tests-Analysis-Common.yml index 6170ce7a90..1dfa961cf8 100644 --- a/.github/workflows/Lucene-Net-Tests-Analysis-Common.yml +++ b/.github/workflows/Lucene-Net-Tests-Analysis-Common.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Analysis.Common' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Analysis.Common/**/*' - '.build/dependencies.props' @@ -51,6 +52,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml b/.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml index 30ce4ae2ce..c98fcef622 100644 --- a/.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml +++ b/.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Analysis.Kuromoji' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Analysis.Kuromoji/**/*' - '.build/dependencies.props' @@ -48,6 +49,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml b/.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml index 5e9deccea6..607d49ff0d 100644 --- a/.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml +++ b/.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Analysis.Morfologik' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Analysis.Morfologik/**/*' - '.build/dependencies.props' @@ -48,6 +49,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml b/.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml index 948cc06e02..c7481dec7b 100644 --- a/.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml +++ b/.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Analysis.OpenNLP' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Analysis.OpenNLP/**/*' - '.build/dependencies.props' @@ -51,6 +52,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml b/.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml index f5df5ae1a8..514682f1aa 100644 --- a/.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml +++ b/.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Analysis.Phonetic' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Analysis.Phonetic/**/*' - '.build/dependencies.props' @@ -45,6 +46,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml b/.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml index 638d60be62..1d214eb4b4 100644 --- a/.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml +++ b/.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Analysis.SmartCn' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Analysis.SmartCn/**/*' - '.build/dependencies.props' @@ -49,6 +50,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml b/.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml index 7c16e2e601..85457ffaec 100644 --- a/.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml +++ b/.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Analysis.Stempel' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Analysis.Stempel/**/*' - '.build/dependencies.props' @@ -46,6 +47,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Benchmark.yml b/.github/workflows/Lucene-Net-Tests-Benchmark.yml index 1fa8a56356..7bfc4064ca 100644 --- a/.github/workflows/Lucene-Net-Tests-Benchmark.yml +++ b/.github/workflows/Lucene-Net-Tests-Benchmark.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Benchmark' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Benchmark/**/*' - '.build/dependencies.props' @@ -58,6 +59,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Classification.yml b/.github/workflows/Lucene-Net-Tests-Classification.yml index b95f0e8a03..cf20facbc9 100644 --- a/.github/workflows/Lucene-Net-Tests-Classification.yml +++ b/.github/workflows/Lucene-Net-Tests-Classification.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Classification' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Classification/**/*' - '.build/dependencies.props' @@ -46,6 +47,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Cli.yml b/.github/workflows/Lucene-Net-Tests-Cli.yml index 0d20e410aa..3aca643f95 100644 --- a/.github/workflows/Lucene-Net-Tests-Cli.yml +++ b/.github/workflows/Lucene-Net-Tests-Cli.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Cli' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/dotnet/tools/Lucene.Net.Tests.Cli/**/*' - '.build/dependencies.props' @@ -65,6 +66,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml b/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml index 1776f3be62..d2798cd243 100644 --- a/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml +++ b/.github/workflows/Lucene-Net-Tests-CodeAnalysis.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.CodeAnalysis' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/dotnet/Lucene.Net.Tests.CodeAnalysis/**/*' - '.build/dependencies.props' @@ -44,6 +45,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Codecs.yml b/.github/workflows/Lucene-Net-Tests-Codecs.yml index e919ab781e..ab6cfd43a9 100644 --- a/.github/workflows/Lucene-Net-Tests-Codecs.yml +++ b/.github/workflows/Lucene-Net-Tests-Codecs.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Codecs' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Codecs/**/*' - '.build/dependencies.props' @@ -44,6 +45,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Demo.yml b/.github/workflows/Lucene-Net-Tests-Demo.yml index d38062764e..080dfbbd92 100644 --- a/.github/workflows/Lucene-Net-Tests-Demo.yml +++ b/.github/workflows/Lucene-Net-Tests-Demo.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Demo' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Demo/**/*' - '.build/dependencies.props' @@ -53,6 +54,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Expressions.yml b/.github/workflows/Lucene-Net-Tests-Expressions.yml index cfa39e605d..b590783ff3 100644 --- a/.github/workflows/Lucene-Net-Tests-Expressions.yml +++ b/.github/workflows/Lucene-Net-Tests-Expressions.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Expressions' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Expressions/**/*' - '.build/dependencies.props' @@ -46,6 +47,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Facet.yml b/.github/workflows/Lucene-Net-Tests-Facet.yml index 9158b7a38c..ea5dfeb3ff 100644 --- a/.github/workflows/Lucene-Net-Tests-Facet.yml +++ b/.github/workflows/Lucene-Net-Tests-Facet.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Facet' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Facet/**/*' - '.build/dependencies.props' @@ -48,6 +49,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Grouping.yml b/.github/workflows/Lucene-Net-Tests-Grouping.yml index 8ff77705d5..0defb6a0fe 100644 --- a/.github/workflows/Lucene-Net-Tests-Grouping.yml +++ b/.github/workflows/Lucene-Net-Tests-Grouping.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Grouping' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Grouping/**/*' - '.build/dependencies.props' @@ -46,6 +47,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Highlighter.yml b/.github/workflows/Lucene-Net-Tests-Highlighter.yml index 083293ed8b..254fb170a5 100644 --- a/.github/workflows/Lucene-Net-Tests-Highlighter.yml +++ b/.github/workflows/Lucene-Net-Tests-Highlighter.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Highlighter' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Highlighter/**/*' - '.build/dependencies.props' @@ -48,6 +49,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-ICU.yml b/.github/workflows/Lucene-Net-Tests-ICU.yml index 6536cb2149..aa4dad718f 100644 --- a/.github/workflows/Lucene-Net-Tests-ICU.yml +++ b/.github/workflows/Lucene-Net-Tests-ICU.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.ICU' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/dotnet/Lucene.Net.Tests.ICU/**/*' - '.build/dependencies.props' @@ -61,6 +62,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Join.yml b/.github/workflows/Lucene-Net-Tests-Join.yml index 70bed2fecb..90ef63d834 100644 --- a/.github/workflows/Lucene-Net-Tests-Join.yml +++ b/.github/workflows/Lucene-Net-Tests-Join.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Join' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Join/**/*' - '.build/dependencies.props' @@ -47,6 +48,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Memory.yml b/.github/workflows/Lucene-Net-Tests-Memory.yml index b0b88ae863..77486f0ad2 100644 --- a/.github/workflows/Lucene-Net-Tests-Memory.yml +++ b/.github/workflows/Lucene-Net-Tests-Memory.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Memory' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Memory/**/*' - '.build/dependencies.props' @@ -49,6 +50,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Misc.yml b/.github/workflows/Lucene-Net-Tests-Misc.yml index 38d712d3c8..7662e0d560 100644 --- a/.github/workflows/Lucene-Net-Tests-Misc.yml +++ b/.github/workflows/Lucene-Net-Tests-Misc.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Misc' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Misc/**/*' - '.build/dependencies.props' @@ -45,6 +46,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Queries.yml b/.github/workflows/Lucene-Net-Tests-Queries.yml index 0c2ec8e460..08ba6a8c22 100644 --- a/.github/workflows/Lucene-Net-Tests-Queries.yml +++ b/.github/workflows/Lucene-Net-Tests-Queries.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Queries' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Queries/**/*' - '.build/dependencies.props' @@ -45,6 +46,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-QueryParser.yml b/.github/workflows/Lucene-Net-Tests-QueryParser.yml index e39e9f1b05..619bc001d2 100644 --- a/.github/workflows/Lucene-Net-Tests-QueryParser.yml +++ b/.github/workflows/Lucene-Net-Tests-QueryParser.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.QueryParser' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.QueryParser/**/*' - '.build/dependencies.props' @@ -51,6 +52,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Replicator.yml b/.github/workflows/Lucene-Net-Tests-Replicator.yml index 8086a755f0..a5106d2d1c 100644 --- a/.github/workflows/Lucene-Net-Tests-Replicator.yml +++ b/.github/workflows/Lucene-Net-Tests-Replicator.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Replicator' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Replicator/**/*' - '.build/dependencies.props' @@ -50,6 +51,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Sandbox.yml b/.github/workflows/Lucene-Net-Tests-Sandbox.yml index 62bde3bd2d..68e46ac8fd 100644 --- a/.github/workflows/Lucene-Net-Tests-Sandbox.yml +++ b/.github/workflows/Lucene-Net-Tests-Sandbox.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Sandbox' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Sandbox/**/*' - '.build/dependencies.props' @@ -46,6 +47,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Spatial.yml b/.github/workflows/Lucene-Net-Tests-Spatial.yml index 7e98543d80..8215423752 100644 --- a/.github/workflows/Lucene-Net-Tests-Spatial.yml +++ b/.github/workflows/Lucene-Net-Tests-Spatial.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Spatial' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Spatial/**/*' - '.build/dependencies.props' @@ -47,6 +48,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-Suggest.yml b/.github/workflows/Lucene-Net-Tests-Suggest.yml index 2b71025d86..0a72b998ff 100644 --- a/.github/workflows/Lucene-Net-Tests-Suggest.yml +++ b/.github/workflows/Lucene-Net-Tests-Suggest.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.Suggest' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.Suggest/**/*' - '.build/dependencies.props' @@ -48,6 +49,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-TestFramework-DependencyInjection.yml b/.github/workflows/Lucene-Net-Tests-TestFramework-DependencyInjection.yml index 3a6c5fddd6..2d7949e71f 100644 --- a/.github/workflows/Lucene-Net-Tests-TestFramework-DependencyInjection.yml +++ b/.github/workflows/Lucene-Net-Tests-TestFramework-DependencyInjection.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.TestFramework.DependencyInjection' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.TestFramework.DependencyInjection/**/*' - '.build/dependencies.props' @@ -44,6 +45,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-TestFramework.yml b/.github/workflows/Lucene-Net-Tests-TestFramework.yml index 0a973f177c..04a2552448 100644 --- a/.github/workflows/Lucene-Net-Tests-TestFramework.yml +++ b/.github/workflows/Lucene-Net-Tests-TestFramework.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests.TestFramework' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests.TestFramework/**/*' - '.build/dependencies.props' @@ -46,6 +47,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-_A-D.yml b/.github/workflows/Lucene-Net-Tests-_A-D.yml index 3989dce1bb..ce22f4d44d 100644 --- a/.github/workflows/Lucene-Net-Tests-_A-D.yml +++ b/.github/workflows/Lucene-Net-Tests-_A-D.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests._A-D' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests._A-D/**/*' - '.build/dependencies.props' @@ -55,6 +56,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-_E-I.yml b/.github/workflows/Lucene-Net-Tests-_E-I.yml index 87b7d77ac7..330f0a4390 100644 --- a/.github/workflows/Lucene-Net-Tests-_E-I.yml +++ b/.github/workflows/Lucene-Net-Tests-_E-I.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests._E-I' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests._E-I/**/*' - '.build/dependencies.props' @@ -65,6 +66,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-_I-J.yml b/.github/workflows/Lucene-Net-Tests-_I-J.yml index 72a8803edc..4fb5b90583 100644 --- a/.github/workflows/Lucene-Net-Tests-_I-J.yml +++ b/.github/workflows/Lucene-Net-Tests-_I-J.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests._I-J' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests._I-J/**/*' - '.build/dependencies.props' @@ -70,6 +71,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-_J-S.yml b/.github/workflows/Lucene-Net-Tests-_J-S.yml index 3030dcab92..5951376f57 100644 --- a/.github/workflows/Lucene-Net-Tests-_J-S.yml +++ b/.github/workflows/Lucene-Net-Tests-_J-S.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests._J-S' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests._J-S/**/*' - '.build/dependencies.props' @@ -57,6 +58,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/Lucene-Net-Tests-_T-Z.yml b/.github/workflows/Lucene-Net-Tests-_T-Z.yml index 5b2b198fdc..fbfd909014 100644 --- a/.github/workflows/Lucene-Net-Tests-_T-Z.yml +++ b/.github/workflows/Lucene-Net-Tests-_T-Z.yml @@ -1,4 +1,4 @@ -#################################################################################### +#################################################################################### # DO NOT EDIT: This file was automatically generated by Generate-TestWorkflows.ps1 #################################################################################### # Licensed to the Apache Software Foundation (ASF) under one @@ -23,6 +23,7 @@ name: 'Lucene.Net.Tests._T-Z' on: workflow_dispatch: pull_request: + types: [opened, synchronize, reopened, ready_for_review] paths: - 'src/Lucene.Net.Tests._T-Z/**/*' - '.build/dependencies.props' @@ -52,6 +53,7 @@ on: jobs: Test: + if: github.event.pull_request.draft == false runs-on: ${{ matrix.os }} strategy: fail-fast: false