Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/compare-ds.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Compare DS
on:
workflow_run:
workflows: ["Compare DS Build Content"]
workflows: ["Compare DS Build"]
types:
- completed
branches: [master, 'stabilization*']
permissions:
pull-requests: write
contents: read
Expand Down Expand Up @@ -56,7 +57,7 @@ jobs:
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
uses: actions/download-artifact@v6
with:
name: pr-artifact-${{ github.event.workflow_run.head_sha }}
name: pr-artifacts-${{ github.event.workflow_run.head_sha }}
path: pr_artifacts
- name: Unpack built artifacts
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
Expand Down
Loading