Skip to content

Update of GitHub workflow file for supporting 5.x CI/CD #1232

Update of GitHub workflow file for supporting 5.x CI/CD

Update of GitHub workflow file for supporting 5.x CI/CD #1232

Workflow file for this run

name: CI/CD (5.x)
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 5 * * *'
jobs:
CI-CD:
uses: ./.github/workflows/ci-matrix-5.x.yml

Check failure on line 13 in .github/workflows/ci-5.x.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-5.x.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-5.x.yml" -> "./.github/workflows/ci-matrix-5.x.yml" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}