Skip to content

Commit 1ceba11

Browse files
authored
Merge pull request #1784 from LambdaTest/revert-1782-DocStage
Revert "deployment file updates"
2 parents 8d0fd01 + 8377f83 commit 1ceba11

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/Algolia-crawler-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# This workflow contains a single job called "build"
1616
build:
1717
# The type of runner that the job will run on
18-
runs-on: ubuntu
18+
runs-on: ubuntu-latest
1919
environment: stage
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
Docusaurus:
1010
name: 'Deployment'
11-
runs-on: ubuntu
11+
runs-on: ubuntu-latest
1212
environment: stage
1313

1414
steps:

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
sonarqube-analysis:
12-
runs-on: ubuntu
12+
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repo
1515
uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
4343
NODE_OPTIONS: "--max-old-space-size=8192"
4444
run: npm run build
4545
spellcheck:
46-
runs-on: ubuntu
46+
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v4
4949
- uses: codespell-project/actions-codespell@master

.github/workflows/typesense-crawler-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
# The type of runner that the job will run on
13-
runs-on: ubuntu
13+
runs-on: ubuntu-latest
1414
environment: main
1515
steps:
1616
- name: Checkout Repository

.github/workflows/typesense-crawler-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
# The type of runner that the job will run on
12-
runs-on: ubuntu
12+
runs-on: ubuntu-latest
1313
# environment: stage
1414
steps:
1515
- name: Checkout Repository

0 commit comments

Comments
 (0)