Skip to content

Commit

Permalink
[replay] Add txns to skip flag
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemitenkov committed Nov 6, 2024
1 parent ff9cfad commit d0a5101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow-run-replay-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
--metadata-cache-dir ./metadata_cache \
--command-adapter-config ${{ inputs.BACKUP_CONFIG_TEMPLATE_PATH }} \
--start-version ${{ inputs.HISTORY_START }} \
--txns-to-skip ${{ inputs.TXNS_TO_SKIP }} \
--ranges-to-skip "${{ inputs.RANGES_TO_SKIP }}" \
--max-versions-per-range ${{ inputs.MAX_VERSIONS_PER_RANGE }} \
\
Expand Down

0 comments on commit d0a5101

Please sign in to comment.