From 8377f83699c7cdf0a54538bbea2faf5cc08f160b Mon Sep 17 00:00:00 2001 From: Isha vyas <72408461+Ishavyas9@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:53:47 +0530 Subject: [PATCH] Revert "deployment file updates" --- .github/workflows/Algolia-crawler-stage.yml | 2 +- .github/workflows/deployment.yml | 2 +- .github/workflows/pr.yml | 4 ++-- .github/workflows/typesense-crawler-prod.yml | 2 +- .github/workflows/typesense-crawler-stage.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Algolia-crawler-stage.yml b/.github/workflows/Algolia-crawler-stage.yml index 76deb4b26..5cc0de820 100644 --- a/.github/workflows/Algolia-crawler-stage.yml +++ b/.github/workflows/Algolia-crawler-stage.yml @@ -15,7 +15,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu + runs-on: ubuntu-latest environment: stage # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index cf48a7560..d3d0c98f8 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -8,7 +8,7 @@ on: jobs: Docusaurus: name: 'Deployment' - runs-on: ubuntu + runs-on: ubuntu-latest environment: stage steps: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 265849dbc..63133b7ad 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -9,7 +9,7 @@ on: jobs: sonarqube-analysis: - runs-on: ubuntu + runs-on: ubuntu-latest steps: - name: Checkout repo uses: actions/checkout@v4 @@ -43,7 +43,7 @@ jobs: NODE_OPTIONS: "--max-old-space-size=8192" run: npm run build spellcheck: - runs-on: ubuntu + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: codespell-project/actions-codespell@master diff --git a/.github/workflows/typesense-crawler-prod.yml b/.github/workflows/typesense-crawler-prod.yml index 03a3bbf50..827f7896f 100644 --- a/.github/workflows/typesense-crawler-prod.yml +++ b/.github/workflows/typesense-crawler-prod.yml @@ -10,7 +10,7 @@ on: jobs: build: # The type of runner that the job will run on - runs-on: ubuntu + runs-on: ubuntu-latest environment: main steps: - name: Checkout Repository diff --git a/.github/workflows/typesense-crawler-stage.yml b/.github/workflows/typesense-crawler-stage.yml index a0ab7182a..97a86bc01 100644 --- a/.github/workflows/typesense-crawler-stage.yml +++ b/.github/workflows/typesense-crawler-stage.yml @@ -9,7 +9,7 @@ on: jobs: build: # The type of runner that the job will run on - runs-on: ubuntu + runs-on: ubuntu-latest # environment: stage steps: - name: Checkout Repository