Skip to content

updated turbo.json #386

updated turbo.json

updated turbo.json #386

Workflow file for this run

name: Workflow for internal PRs
on:
push:
branches:
origin/dev-bpolania/workflows
pull_request:
branches:
origin/dev-bpolania/workflows
jobs:
Timestamp:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
uses: storyprotocol/gha-workflows/.github/workflows/reusable-timestamp.yml@main
debug_sha:
needs: [Timestamp]
runs-on: ubuntu-latest
steps:
- run: |
echo SHA: ${{ github.event.pull_request.head.sha }}
build_and_test:
needs: [Timestamp]
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-unit-test-workflow.yml@origin/bpolania/workflows
with:
sha: ${{ github.event.pull_request.head.sha }}
ENVIRONMENT: "odyssey"