Skip to content

Commit

Permalink
remove the branch ref to default to main
Browse files Browse the repository at this point in the history
  • Loading branch information
areshand committed Nov 28, 2024
1 parent bc4364b commit 04e42b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.BRANCH || 'add_replay_verify_workflow' }}

# Authenticate to Google Cloud the project is aptos-ci
- name: Authenticate to Google Cloud
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/workflow-run-replay-verify-on-archive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.BRANCH || 'add_replay_verify_workflow' }}

- uses: aptos-labs/aptos-core/.github/actions/docker-setup@main
id: docker-setup
Expand Down

0 comments on commit 04e42b8

Please sign in to comment.