1 parent 05e1640 commit 05a7fa8Copy full SHA for 05a7fa8
1 file changed
.github/workflows/docker-build.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: dawidd6/action-download-artifact@v6
35
with:
36
github_token: ${{ secrets.GITHUB_TOKEN }}
37
- workflow: build.yml
+ workflow: build.yaml
38
run_id: ${{ github.event.workflow_run.id }}
39
name_is_regexp: true
40
name: perfecto-mcp-.*
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
commit: ${{ github.sha }}
50
workflow_conclusion: success
51
0 commit comments