Skip to content

Update action.yaml #5395

Update action.yaml

Update action.yaml #5395

Workflow file for this run

name: Test Branch
on:
push:
branches:
- '**'
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yaml