Skip to content

Commit 03e2dd3

Browse files
committed
Merge branch 'main' into fe/feature/RI-6265_update-list-of-databases
2 parents 359401c + 9c701c3 commit 03e2dd3

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

.github/workflows/manual-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107

108108
steps:
109+
- uses: actions/checkout@v4
109110
- name: Remove all artifacts
110111
uses: ./.github/actions/remove-artifacts
111112

.github/workflows/release-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,6 @@ jobs:
6464
runs-on: ubuntu-latest
6565

6666
steps:
67+
- uses: actions/checkout@v4
6768
- name: Remove all artifacts
6869
uses: ./.github/actions/remove-artifacts

.github/workflows/release-stage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ jobs:
5050
runs-on: ubuntu-latest
5151

5252
steps:
53+
- uses: actions/checkout@v4
5354
- name: Remove all artifacts
5455
uses: ./.github/actions/remove-artifacts # Remove artifacts from github actions

.github/workflows/tests-e2e-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
if: always()
133133
runs-on: ubuntu-latest
134134
steps:
135+
- uses: actions/checkout@v4
135136
- name: Deploy report
136137
uses: ./.github/actions/deploy-test-reports
137138
with:

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on:
4040
type: boolean
4141
default: true
4242
pre_release:
43-
description: Enable SSH Debug
43+
description: Is pre-release
4444
default: false
4545
type: boolean
4646
debug:
@@ -155,5 +155,6 @@ jobs:
155155
runs-on: ubuntu-latest
156156

157157
steps:
158+
- uses: actions/checkout@v4
158159
- name: Remove all artifacts
159160
uses: ./.github/actions/remove-artifacts

0 commit comments

Comments
 (0)