diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 0c7bed0..a642695 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -6,7 +6,7 @@ on: jobs: build-and-publish: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-public name: Build and publish stytch package to PyPI steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index bd91d62..853d2dc 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -8,7 +8,7 @@ on: jobs: check-links: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-public name: Check links in README.md steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 69bc46d..a8137d6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -6,7 +6,7 @@ on: jobs: test-stytch: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-public strategy: matrix: