mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-18 11:49:35 +08:00
Trigger Curator build after resource build
This commit is contained in:
parent
b67769b238
commit
e39f5ca7ae
10
.github/workflows/conan-package-resources.yml
vendored
10
.github/workflows/conan-package-resources.yml
vendored
@ -30,3 +30,13 @@ jobs:
|
|||||||
platform_mac: false
|
platform_mac: false
|
||||||
install_system_dependencies: false
|
install_system_dependencies: false
|
||||||
secrets: inherit
|
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…
x
Reference in New Issue
Block a user