Skip to content

EDF Files update: 2025.2.1 03201910 #9

EDF Files update: 2025.2.1 03201910

EDF Files update: 2025.2.1 03201910 #9

name: ypt
# Format: abc1234d | Commit message | #42
run-name: "${{ github.sha }} | ${{ github.event.head_commit.message }} | #${{ github.run_number }}"
on:
push:
jobs:
patchwork:
# Only run if:
# - ypt_workflow_branches variable is defined AND branch is in the list
# - NOT the public "Xilinx" org
# - NOT a fork
if: |
vars.ypt_workflow_branches != '' &&
contains(format(',{0},', vars.ypt_workflow_branches), format(',{0},', github.ref_name)) &&
github.repository_owner != 'Xilinx' &&
github.event.repository.fork == false
uses: AMD-AECG-SSW-PUBLIC/yocto-scripts/.github/workflows/ypt_patchwork_update.yml@master

Check failure on line 20 in .github/workflows/ypt_patchwork_hook.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ypt_patchwork_hook.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ypt_patchwork_hook.yml" -> "AMD-AECG-SSW-PUBLIC/yocto-scripts/.github/workflows/ypt_patchwork_update.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
repo: ${{ github.repository }}
ref: ${{ github.ref }}
payload: ${{ toJson(github.event) }}
secrets: inherit