Skip to content

base goerli is deprecated, replacing with base sepolia #1459

base goerli is deprecated, replacing with base sepolia

base goerli is deprecated, replacing with base sepolia #1459

Workflow file for this run

name: Cancel Workflows
on:
push:
branches-ignore:
- main
jobs:
cancel:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- uses: styfle/cancel-workflow-action@0.12.0
with:
all_but_latest: true
workflow_id: code-quality.yml, codeql-analysis.yml, docs.yml
access_token: ${{ github.token }}