mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-26 22:35:46 -07:00
Trigger Curator build after resource build
This commit is contained in:
parent
b67769b238
commit
e39f5ca7ae
1 changed files with 10 additions and 0 deletions
10
.github/workflows/conan-package-resources.yml
vendored
10
.github/workflows/conan-package-resources.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue