From b08a598511ccac475e3e3a1cc6ee965989880717 Mon Sep 17 00:00:00 2001 From: bpolania Date: Thu, 5 Dec 2024 16:31:10 -0800 Subject: [PATCH 1/2] Update pr-merge.yaml --- .github/workflows/pr-merge.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-merge.yaml b/.github/workflows/pr-merge.yaml index a375e2f6..8bb128ed 100644 --- a/.github/workflows/pr-merge.yaml +++ b/.github/workflows/pr-merge.yaml @@ -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 @@ -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 }} From bf152481bc885b75e8d99c88127a3989ed5b4347 Mon Sep 17 00:00:00 2001 From: bpolania Date: Thu, 5 Dec 2024 16:32:43 -0800 Subject: [PATCH 2/2] Update test_file.txt --- test_file.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test_file.txt b/test_file.txt index a7a54ee5..2c48350f 100644 --- a/test_file.txt +++ b/test_file.txt @@ -14,3 +14,4 @@ - This is a change - This is a change - This is a change +- This is a change