You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/workflow-run-replay-verify-on-archive.yaml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -50,19 +50,16 @@ on:
50
50
description: If true, the workflow will not run replay verify.
51
51
default: false
52
52
jobs:
53
-
54
-
# Should only build images if IMAGE_TAG is provided; otherwise, we will find and use the latest image
55
53
build-images:
56
54
uses: aptos-labs/aptos-core/.github/workflows/workflow-run-docker-rust-build.yaml@jkao97/verify-and-build-images-for-workflows # TODO: change back to main
0 commit comments