From f9159da1df730c340f21305ad5f87cbcb21f293a Mon Sep 17 00:00:00 2001 From: 0xull Date: Tue, 9 Jun 2026 18:29:26 +0100 Subject: [PATCH] ops(ci): remove the unused CI file Signed-off-by: 0xull --- .github/workflows/update-prices.yml | 30 ----------------------------- 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/update-prices.yml diff --git a/.github/workflows/update-prices.yml b/.github/workflows/update-prices.yml deleted file mode 100644 index 81b743c..0000000 --- a/.github/workflows/update-prices.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: update-prices - -on: - schedule: - - cron: '*/5 * * * *' - workflow_dispatch: - -jobs: - update: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Install Foundry - uses: foundry-rs/foundry-toolchain@v1 - - - name: Run price update (first pass) - env: - PRIVATE_KEY: ${{ secrets.PRICE_UPDATER_PRIVATE_KEY }} - RPC_URL: https://rpc.testnet.chain.robinhood.com - run: bash scripts/update-prices.sh - - - name: Wait 2.5 minutes - run: sleep 150 - - - name: Run price update (second pass) - env: - PRIVATE_KEY: ${{ secrets.PRICE_UPDATER_PRIVATE_KEY }} - RPC_URL: https://rpc.testnet.chain.robinhood.com - run: bash scripts/update-prices.sh \ No newline at end of file