Pack DfE.CoreLibs.Caching #31
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pack DfE.CoreLibs.Caching | ||
on: | ||
workflow_run: | ||
workflows: ["Build DfE.CoreLibs.Caching"] | ||
types: | ||
- completed | ||
jobs: | ||
build-and-package: | ||
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main' && github.event.workflow_run.event != 'pull_request' }} | ||
uses: ./.github/workflows/nuget-package-template.yml | ||
Check failure on line 12 in .github/workflows/pack-caching.yml GitHub Actions / Pack DfE.CoreLibs.CachingInvalid workflow file
|
||
with: | ||
project_name: DfE.CoreLibs.Caching | ||
project_path: src/DfE.CoreLibs.Caching | ||
nuget_package_name: DfE.CoreLibs.Caching |