Skip to content

Commit c005ca0

Browse files
committed
attempt testing replay verfiy integration
1 parent 9fea46b commit c005ca0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/replay-verify-testnet.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ jobs:
4949
with:
5050
cancel-workflow: ${{ github.event_name == 'schedule' }} # Cancel the workflow if it is scheduled on a fork
5151

52+
# TODO: Remove pull_request from the if statement after testing
5253
replay:
5354
if: |
54-
github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
55+
github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
5556
needs: determine-test-metadata
5657
uses: ./.github/workflows/workflow-run-replay-verify-on-archive.yaml
5758
secrets: inherit

0 commit comments

Comments
 (0)