Skip to content

Commit

Permalink
Add Github run number to distinguish between different runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lothiraldan committed Oct 29, 2024
1 parent 502b032 commit 24b8114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
notebook=$(basename -- "${NOTEBOOK_TO_TEST}")
echo "TEST_DIRECTORY=${directory}" >> "$GITHUB_ENV"
echo "TEST_NOTEBOOK=${notebook}" >> "$GITHUB_ENV"
echo "COMET_LOG_OTHER_GITHUB_RUN=${{github.run_number}}" >> "$GITHUB_ENV"
- name: debugging
if: runner.debug == '1'
Expand Down

0 comments on commit 24b8114

Please sign in to comment.