Skip to content

Commit

Permalink
Revert "Run vol limited arb test on push"
Browse files Browse the repository at this point in the history
This reverts commit 0409bec.

We need to kick this off manually because some significant
proportion of the time, the github generated results will
not be consistent across runners due to either
architectural or OS-level differences.
  • Loading branch information
chanhosuh committed Jul 27, 2023
1 parent 0409bec commit c8ea1d8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/volume_limited_arb.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Run volume limited arbitrage pipeline

on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
workflow_dispatch:
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main and develop branches.
on: workflow_dispatch

jobs:
build:
Expand Down

0 comments on commit c8ea1d8

Please sign in to comment.