Skip to content

Commit

Permalink
Update turbo-daily-integration-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset authored Jan 9, 2024
1 parent c6d26f1 commit 0e571d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/turbo-daily-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
# Trigger actual next.js integration tests.
next_js_integration:
name: Execute Next.js integration workflow
if: github.repository_owner == 'vercel'
permissions:
pull-requests: write
uses: ./.github/workflows/nextjs-integration-test.yml
Expand All @@ -28,6 +29,6 @@ jobs:
upload_test_results:
name: Upload test results
needs: [next_js_integration]
if: ${{ github.event_name == 'schedule' }} && always()
if: github.repository_owner == 'vercel' && ${{ github.event_name == 'schedule' }} && always()
uses: ./.github/workflows/upload-nextjs-integration-test-results.yml
secrets: inherit

0 comments on commit 0e571d4

Please sign in to comment.