diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index bbced61e722..36ec8a7dd09 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -39,7 +39,8 @@ jobs: workflow: ci-nix.yaml workflow_conclusion: success branch: release - name: benchmarks + name: benchmarks.* + name_is_regexp: true path: docs/benchmarks - name: 📥 Download released test-results @@ -49,7 +50,8 @@ jobs: workflow: ci-nix.yaml workflow_conclusion: success branch: release - name: test-results + name: test-results.* + name_is_regexp: true path: docs/benchmarks/tests - name: 📥 Download released haddock documentation @@ -102,7 +104,8 @@ jobs: workflow: ci-nix.yaml workflow_conclusion: success branch: master - name: benchmarks + name: benchmarks.* + name_is_regexp: true path: docs/benchmarks - name: 📥 Download latest test-results @@ -112,7 +115,8 @@ jobs: workflow: ci-nix.yaml workflow_conclusion: success branch: master - name: test-results + name: test-results.* + name_is_regexp: true path: docs/benchmarks/tests - name: 📥 Download latest haddock documentation