Skip to content

Commit 333e57a

Browse files
committed
Remove hard-coded run ID
1 parent f247c6e commit 333e57a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/dunedaq-develop-cpp-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,7 @@ jobs:
206206
--json databaseId \
207207
--jq '.[0].databaseId')
208208
209-
# TODO: Remove hard-coding before merge
210-
run_id=23444192414
211-
209+
echo "Comparing results to those from run_id=$run_id"
212210
echo "run_id=$run_id" >> "$GITHUB_OUTPUT"
213211
214212
- name: Download latest nightly linting results

0 commit comments

Comments
 (0)