Skip to content

ci(publishConfig): add access public #6

ci(publishConfig): add access public

ci(publishConfig): add access public #6

name: Test overlay
on:
workflow_dispatch:
workflow_call:
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- '.github/workflows/ci_test_overlay.yml'
- 'projects/overlay/**'
concurrency:
group: ci-test-overlay-group-${{ github.ref }}
cancel-in-progress: true
jobs:
ci_test_overlay:
if: "${{ !contains(github.event.head_commit.message, 'chore(release): publish') }}"
uses: dsi-hug/action/.github/workflows/action.yml@v1
with:
working-directory: projects/overlay
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[18, 20]'