Skip to content

Workflow-Test CI [Default] - [ #] by @MariusStorhaug #725

Workflow-Test CI [Default] - [ #] by @MariusStorhaug

Workflow-Test CI [Default] - [ #] by @MariusStorhaug #725

name: Workflow-Test CI [Default]
run-name: "Workflow-Test CI [Default] - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 0 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
statuses: write
jobs:
WorkflowTestCIDefault:
uses: ./.github/workflows/CI.yml
secrets: inherit
with:
WorkingDirectory: tests/srcTestRepo
Name: PSModuleTest2