Skip to content

Commit

Permalink
chore(ci): skip e2e tests if unnecessary (#12282)
Browse files Browse the repository at this point in the history
* chore(ci): skip e2e tests if unnecessary

* Update release.yml
  • Loading branch information
ThangHuuVu authored Nov 23, 2024
1 parent 6b32df0 commit b285753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: cd apps/examples/nextjs-docker && pnpm test:docker
- name: Run E2E tests
continue-on-error: true # TODO: Make this less flakey
if: github.repository == 'nextauthjs/next-auth'
if: ${{ env.PACKAGES_CHANGES == 'true' || github.ref == 'refs/heads/main' }}
timeout-minutes: 15
env:
AUTH_SECRET: ${{ secrets.AUTH_SECRET }}
Expand Down

0 comments on commit b285753

Please sign in to comment.