Skip to content

Commit 201908c

Browse files
committed
Merge branch '7.1'
# Conflicts: # .github/workflows/auto-mssql2017-tests.yml # .github/workflows/auto-mssql2022-tests.yml # .github/workflows/auto-mysql80-tests.yml # .github/workflows/auto-mysql81-tests.yml # .github/workflows/auto-mysql82-tests.yml # .github/workflows/auto-mysql83-tests.yml # .github/workflows/auto-mysql84-tests.yml # .github/workflows/auto-mysql90-tests.yml # .github/workflows/auto-mysql91-tests.yml # .github/workflows/auto-mysql92-tests.yml # .github/workflows/auto-mysql93-tests.yml # .github/workflows/auto-pgsql150-tests.yml # .github/workflows/auto-pgsql160-tests.yml # .github/workflows/auto-pgsql170-tests.yml
2 parents ece01db + d2860f1 commit 201908c

12 files changed

+12
-12
lines changed

.github/workflows/auto-mysql80-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
|| (github.event_name == 'pull_request'
170170
&& github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
171171
&& !startsWith(github.head_ref, 'master-'))
172-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
172+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@master
173173
with:
174174
storage: mysql80
175175
build_config: Release

.github/workflows/auto-mysql81-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
|| (github.event_name == 'pull_request'
137137
&& github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
138138
&& !startsWith(github.head_ref, 'master-'))
139-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
139+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@master
140140
with:
141141
storage: mysql81
142142
build_config: Release

.github/workflows/auto-mysql82-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
|| (github.event_name == 'pull_request'
137137
&& github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
138138
&& !startsWith(github.head_ref, 'master-'))
139-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
139+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@master
140140
with:
141141
storage: mysql82
142142
build_config: Release

.github/workflows/auto-mysql83-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
|| (github.event_name == 'pull_request'
137137
&& github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
138138
&& !startsWith(github.head_ref, 'master-'))
139-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
139+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@master
140140
with:
141141
storage: mysql83
142142
build_config: Release

.github/workflows/auto-mysql84-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
|| (github.event_name == 'pull_request'
137137
&& github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
138138
&& !startsWith(github.head_ref, 'master-'))
139-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
139+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@master
140140
with:
141141
storage: mysql84
142142
build_config: Release

.github/workflows/auto-mysql90-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
|| (github.event_name == 'pull_request'
170170
&& github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
171171
&& !startsWith(github.head_ref, 'master-'))
172-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
172+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@master
173173
with:
174174
storage: mysql90
175175
build_config: Release

.github/workflows/auto-mysql91-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
|| (github.event_name == 'pull_request'
137137
&& github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
138138
&& !startsWith(github.head_ref, 'master-'))
139-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
139+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@master
140140
with:
141141
storage: mysql91
142142
build_config: Release

.github/workflows/auto-mysql92-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
|| (github.event_name == 'pull_request'
137137
&& github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
138138
&& !startsWith(github.head_ref, 'master-'))
139-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
139+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@master
140140
with:
141141
storage: mysql92
142142
build_config: Release

.github/workflows/auto-mysql93-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
|| (github.event_name == 'pull_request'
137137
&& github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
138138
&& !startsWith(github.head_ref, 'master-'))
139-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
139+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@master
140140
with:
141141
storage: mysql93
142142
build_config: Release

.github/workflows/auto-pgsql150-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
|| (github.event_name == 'pull_request'
137137
&& github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
138138
&& !startsWith(github.head_ref, 'master-'))
139-
uses: DataObjects-NET/github-workflow-playground/.github/workflows/reusable-storage-dependant-tests.yml@master
139+
uses: DataObjects-NET/dataobjects-net/.github/workflows/reusable-storage-dependant-tests.yml@master
140140
with:
141141
storage: pgsql150
142142
build_config: Release

0 commit comments

Comments
 (0)