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 182298c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/replay-verify-on-archive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if: |
github.event_name == 'schedule' ||
github.event_name == 'push' ||
github.event_name == 'pull_request' ||
github.event_name == ''
github.event_name == 'workflow_dispatch' && (inputs.NETWORK == 'mainnet' || inputs.NETWORK == 'all' )
needs: determine-test-metadata
uses: ./.github/workflows/workflow-run-replay-verify-on-archive.yaml
Expand Down
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 182298c

Please sign in to comment.