Skip to content

Add release trigger workflow #2

Add release trigger workflow

Add release trigger workflow #2

Workflow file for this run

name: Trigger Wheel Builds
# Thin wrapper — all tagging and dispatch logic lives in integrations-core's
# reusable dispatch-release.yml workflow.
on:
push:
branches:
- master
workflow_dispatch:
inputs:
integrations:
description: "JSON array of integration names (optional — auto-detected if omitted)"
required: false
type: string
source-repo-ref:
description: "Commit SHA or ref to build from"
required: true
type: string
pull_request:
branches:
- master
jobs:
dispatch:
uses: DataDog/integrations-core/.github/workflows/dispatch-release.yml@master

Check failure on line 26 in .github/workflows/trigger-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/trigger-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/trigger-release.yml" -> "DataDog/integrations-core/.github/workflows/dispatch-release.yml@master" : failed to fetch workflow: workflow was not found.
with:
source-repo: integrations-extras
integrations: ${{ inputs.integrations || '' }}
source-repo-ref: ${{ inputs.source-repo-ref || github.sha }}
permissions:
id-token: write
contents: write