Skip to content

Test only with current LTS release of Fabric #148

Test only with current LTS release of Fabric

Test only with current LTS release of Fabric #148

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
go:
uses: ./.github/workflows/golang.yml
node:
uses: ./.github/workflows/node.yml
pull-request:
needs:
- go
- node
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: true