Skip to content

Commit

Permalink
debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolania committed Dec 5, 2024
1 parent b4ba9fc commit fde5728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
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"
ENVIRONMENT: "beta-sepolia"
4 changes: 3 additions & 1 deletion .github/workflows/pr-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ jobs:
needs: [authorize, Timestamp_PR_APPROVED]
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-integration-test-workflow.yml@origin/bpolania/workflows
with:
ENVIRONMENT: "odyssey"
sha: ${{ github.sha }}
ENVIRONMENT: "beta-sepolia"

0 comments on commit fde5728

Please sign in to comment.