Skip to content

Commit

Permalink
Merge pull request #428 from gertrude-app/namespace-runners
Browse files Browse the repository at this point in the history
monorepo: switch github actions to namespace
  • Loading branch information
jaredh159 authored Dec 25, 2024
2 parents c3786ec + 7b03163 commit 3188d47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
check:
name: check
runs-on: ubuntu-latest
runs-on: namespace-profile-default
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

storybook:
name: storybook
runs-on: ubuntu-latest
runs-on: namespace-profile-default
env:
ARGOS_TOKEN: ${{ secrets.ARGOS_TOKEN }}
steps:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

dashboard:
name: dashboard
runs-on: ubuntu-latest
runs-on: namespace-profile-default
env:
VITE_API_ENDPOINT: ${{ secrets.STAGING_API_ENDPOINT }}
VITE_TEST_ADMIN_CREDS: ${{ secrets.TEST_ADMIN_CREDS }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

site:
name: site
runs-on: ubuntu-latest
runs-on: namespace-profile-default
env:
NEXT_PUBLIC_FORMS_ENDPOINT: /not-real
NEXT_PUBLIC_TURNSTILE_SITEKEY: not-real
Expand Down

0 comments on commit 3188d47

Please sign in to comment.