Skip to content

WIP: Recipe catalog tests - fixing typo, parametrizing template #3

WIP: Recipe catalog tests - fixing typo, parametrizing template

WIP: Recipe catalog tests - fixing typo, parametrizing template #3

name: recipe-catalog-change-windows-trigger
on:
pull_request:
paths:
- 'packages/backend/src/assets/ai.json'
jobs:
save-gh-context:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Save the GH context in an artifact
env:
GH_CONTEXT: ${{ toJSON(github) }}
run: echo $GH_CONTEXT > gh_context.json
- name: Upload the GH context artifact
uses: actions/upload-artifact@v4
with:
name: gh-context
path: gh_context.json
windows-e2e-recipe-change:
uses: containers/podman-desktop-extension-ai-lab/.github/workflows/recipe-catalog-change-template.yaml@main
strategy:
fail-fast: false
with:
trigger-workflow-run-id: ${{ github.event.action.run_id }}
trigger-workflow-fork: ${{ github.event.pull_request.head.repo.organization }}
trigger-workflow-repo_name: ${{ github.event.pull_request.head.repo.name }}
trigger-workflow-branch: ${{ github.event.pull_request.head.ref }}