Skip to content

Commit

Permalink
Merge pull request #14 from perses/antoinethebaud/dac-prefix-pr
Browse files Browse the repository at this point in the history
dac workflow: add "PR" in prefix
  • Loading branch information
AntoineThebaud authored Dec 19, 2024
2 parents e4a4d0f + 7a7639e commit 62ce105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
with:
directory: ./built
project: ${{ inputs.project }}
prefix: ${{ github.event.pull_request.number }}
prefix: PR${{ github.event.pull_request.number }}
ttl: ${{ inputs.ttl }}

- name: Generate dashboards diffs
Expand Down

0 comments on commit 62ce105

Please sign in to comment.