Skip to content

chore(core): fix variable checking (#617) #551

chore(core): fix variable checking (#617)

chore(core): fix variable checking (#617) #551

Workflow file for this run

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