Anatolios Laskaris ef93d17362
chore: Add ref (#72)
Fix
2023-04-03 11:16:00 +03:00

20 lines
304 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
with:
ref: ${{ github.ref }}