2022-11-28 21:45:31 +03:00

20 lines
307 B
YAML

name: "e2e"
on:
pull_request:
paths-ignore:
- "**.md"
push:
branches:
- "master"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
marine-rs-sdk-test:
uses: ./.github/workflows/tests.yml
with:
ref: ${{ github.ref }}