Skip to content

.github/workflows/onprem-build.yml #52

.github/workflows/onprem-build.yml

.github/workflows/onprem-build.yml #52

Workflow file for this run

name: Build this repo on-prem.
on:
push:
branches:
- main
- master
- release**
workflow_dispatch:
schedule:
- cron: "35 1 * * *"
jobs:
call-reusable-workflow:
if: github.repository == 'EG-A-S/Public-IntegrationExamples'
uses: EG-A-S/GitHub-Actions-Tools/.github/workflows/tfs-trigger-build.yml@main

Check failure on line 16 in .github/workflows/onprem-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/onprem-build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/onprem-build.yml" -> "EG-A-S/GitHub-Actions-Tools/.github/workflows/tfs-trigger-build.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
permissions: write-all