Merge pull request #20350 from Ultimaker/trigger_curator

Trigger Curator build after resource build
This commit is contained in:
Simon Edwards 2025-03-05 13:32:16 +01:00 committed by GitHub
commit 0273ef49f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,3 +30,13 @@ jobs:
platform_mac: false
install_system_dependencies: false
secrets: inherit
signal-curator:
needs: conan-package
runs-on: ubuntu-latest
steps:
- name: Trigger Curator Workflow
run: |
gh workflow run --repo ultimaker/curator -r main package.yml
env:
GITHUB_TOKEN: ${{ secrets.CURATOR_TRIGGER_PAT_C3PO }}