mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-15 23:21:00 +00:00
15 lines
230 B
YAML
15 lines
230 B
YAML
name: Run tests
|
|
|
|
on:
|
|
pull_request:
|
|
paths-ignode:
|
|
- "**.md"
|
|
|
|
concurrency:
|
|
group: "${{ github.workflow }}-${{ github.ref }}"
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
aqua-playground:
|
|
uses: ./.github/workflows/tests.yml
|