github.com/luckypickle/go-ethereum-vet@v1.14.2/.github/workflows/on-pull-request.yaml (about)

     1  name: Pull Request CI
     2  
     3  on:
     4    pull_request:
     5      branches:
     6        - thor-upstream
     7  
     8  concurrency:
     9    group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
    10    cancel-in-progress: true
    11  
    12  jobs:
    13    run-unit-tests:
    14      name: Run Unit Tests
    15      uses: ./.github/workflows/test.yaml