Skip to content

Commit

Permalink
Fixing CI Preview on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
haimlevy2006 authored Jan 20, 2025
1 parent c94571b commit 922b9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-preview-env-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-and-deploy:
if: github.event.action != 'closed' && github.repository == 'run-ai/docs'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
cleanup:
if: github.event.action == 'closed' && github.repository == 'run-ai/docs'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Install AWS CLI
run: |
Expand Down

0 comments on commit 922b9ba

Please sign in to comment.