mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Merge pull request #20350 from Ultimaker/trigger_curator
Trigger Curator build after resource build
This commit is contained in:
commit
0273ef49f1
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
|
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…
Add table
Add a link
Reference in a new issue