Skip to content

[#13] data, common test 트리거 검증 #1

[#13] data, common test 트리거 검증

[#13] data, common test 트리거 검증 #1

Workflow file for this run

name: module_data
on:
push:
branches:
- '**'
paths:
- "data/**"
pull_request:
branches:
- "**"
paths:
- "data/**"
concurrency:
group: ${{ github.workflow }}-${{ github.pull_request.number }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
with:
module: 'data'
secrets: inherit