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 ef883b6 commit b107302
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Workflow for Merge

on:
push:
branches:
- origin/dev-bpolania/workflows

pull_request:
branches:
origin/dev-bpolania/workflows

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

0 comments on commit b107302

Please sign in to comment.