Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ODS-6478] v6.2-patch1 Release #1150

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/Lib edFi.admin.dataaccess pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
workflow_dispatch:
pull_request:
branches: [main-6x, 'b-v*-patch*','feature-*']
paths:
- Application/EdFi.Admin.DataAccess/**/*
- tests/EdFi.Admin.DataAccess.UnitTests/**/*
- Application/EdFi.Common/**/*

env:
INFORMATIONAL_VERSION: "6.2"
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/Lib edFi.common pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
workflow_dispatch:
pull_request:
branches: [main-6x, 'b-v*-patch*','feature-*']
paths:
- Application/EdFi.Common/**/*
- tests/EdFi.Common.UnitTests/**/*
- tests/EdFi.TestFixture/**/*

env:
INFORMATIONAL_VERSION: "6.2"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/Lib edFi.loadtools pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Lib EdFi.LoadTools Pull request build and test
on:
pull_request:
branches: [main-6x, 'b-v*-patch*','feature-*']
paths:
- Utilities/DataLoading/**/*

env:
INFORMATIONAL_VERSION: "6.2"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/Lib edFi.ods.api pullrequest .yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Lib EdFi.Ods.Api Pull request build and test
on:
pull_request:
branches: [main-6x, 'b-v*-patch*','feature-*']
paths:
- Application/EdFi.Ods.Api/**/*
- Application/EdFi.Ods.Common/**/*

env:
INFORMATIONAL_VERSION: "6.2"
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/Lib edFi.ods.common pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Lib EdFi.Ods.Common Pull request build and test
on:
pull_request:
branches: [main-6x, 'b-v*-patch*','feature-*']
paths:
- Application/EdFi.Ods.Common/**/*
- tests/EdFi.Common.UnitTests/**/*
- tests/EdFi.TestFixture/**/*

env:
INFORMATIONAL_VERSION: "6.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ name: Lib EdFi.Security.DataAccess Pull request build and test

on:
pull_request:
branches:
- main-6x
paths:
- Application/EdFi.Security.DataAccess/**/*
- tests/EdFi.Security.DataAccess.UnitTests/**/*
- Application/EdFi.Common/**/*
branches: [main-6x, 'b-v*-patch*','feature-*']

env:
INFORMATIONAL_VERSION: "6.2"
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/Pkg EdFi.Database.Admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ name: Pkg EdFi.Database.Admin
on:
pull_request:
branches: [main-6x, 'b-v*-patch*','feature-*']
paths:
- '**.sql'

push:
branches: [main-6x, 'b-v*-patch*','feature-*']
paths:
- '**.sql'

workflow_dispatch:

env:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/Pkg EdFi.Database.Security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ name: Pkg EdFi.Database.Security
on:
pull_request:
branches: [main-6x, 'b-v*-patch*','feature-*']
paths:
- '**.sql'

push:
branches: [main-6x, 'b-v*-patch*','feature-*']
paths:
- '**.sql'

workflow_dispatch:

env:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/Pkg EdFi.Ods.CodeGen pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ name: Pkg EdFi.Ods.CodeGen Pull Request Build and Test
on:
pull_request:
branches: [main-6x, 'b-v*-patch*','feature-*']
paths:
- Utilities/CodeGeneration/**/*
- Application/EdFi.Common/**/*

env:
# These vars are used by `build.githubactions.ps1 CheckoutBranch`
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/Pkg EdFi.Ods.CodeGen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:
branches: [main-6x, 'b-v*-patch*','feature-*']
push:
branches: [main-6x, 'b-v*-patch*','feature-*']
paths:
- Utilities/CodeGeneration/**/*
- Application/EdFi.Common/**/*

workflow_dispatch:
inputs:
distinct_id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template.PostgreSQL

on:
push:
branches:
- main-6x
branches: [main-6x, 'b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL

on:
push:
branches:
- main-6x
branches: [main-6x, 'b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template.TPDM

on:
push:
branches:
- main-6x
branches: [main-6x, 'b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/Pkg EdFi.Ods.Minimal.Template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template

on:
push:
branches:
- main-6x
branches: [main-6x, 'b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template.PostgreSQL

on:
push:
branches:
- main-6x
branches: [main-6x, 'b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL

on:
push:
branches:
- main-6x
branches: [main-6x, 'b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template.TPDM

on:
push:
branches:
- main-6x
branches: [main-6x, 'b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/Pkg EdFi.Ods.Populated.Template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template

on:
push:
branches:
- main-6x
branches: [main-6x, 'b-v*-patch*','feature-*']
workflow_dispatch:
inputs:
distinct_id:
Expand Down
Loading