Skip to content

Commit

Permalink
Update pr-merge.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolania committed Dec 6, 2024
1 parent c73a460 commit b08a598
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- origin/dev-bpolania/workflows

pull_request:
branches:
origin/dev-bpolania/workflows

jobs:
Timestamp_PR_CREATED:
uses: storyprotocol/gha-workflows/.github/workflows/reusable-timestamp.yml@main
Expand All @@ -16,7 +20,7 @@ jobs:
needs: [Timestamp_PR_APPROVED]
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-integration-test-workflow.yml@origin/bpolania/workflows
with:
sha: ${{ github.sha }}
sha: ${{ github.event.pull_request.head.sha }}
ENVIRONMENT: "beta-sepolia"
secrets:
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
Expand Down

0 comments on commit b08a598

Please sign in to comment.