Skip to content

chore: bump version to v1.4.4 (#703) #1186

chore: bump version to v1.4.4 (#703)

chore: bump version to v1.4.4 (#703) #1186

Workflow file for this run

name: Workflow for Internal PRs with Unit & Integration Tests
on:
pull_request:
branches:
- main
paths-ignore:
- '.github/**'
- '.github/CODEOWNERS'
- '**/*.md'
- 'docs/**'
- '.gitignore'
- 'LICENSE'
push:
branches:
- main
paths-ignore:
- '.github/**'
- '.github/CODEOWNERS'
- '**/*.md'
- 'docs/**'
- '.gitignore'
- 'LICENSE'
jobs:
Timestamp:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
uses: storyprotocol/gha-workflows/.github/workflows/reusable-timestamp.yml@main
tests:
needs: [Timestamp]
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-test-workflow.yml@main
with:
sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
ENVIRONMENT: "odyssey"
secrets: inherit