mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-16 03:00:57 +00:00
18 lines
263 B
YAML
18 lines
263 B
YAML
name: "e2e"
|
|
|
|
on:
|
|
pull_request:
|
|
paths-ignore:
|
|
- "**.md"
|
|
push:
|
|
branches:
|
|
- "master"
|
|
|
|
concurrency:
|
|
group: "${{ github.workflow }}-${{ github.ref }}"
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
aqua-playground:
|
|
uses: ./.github/workflows/tests.yml
|