Skip to content

Commit

Permalink
use env vars
Browse files Browse the repository at this point in the history
Co-authored-by: Helio Machado <[email protected]>
  • Loading branch information
casperdcl and 0x2b3bfa0 authored Oct 24, 2022
1 parent d05d9f3 commit 0d1e8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cml ci
if test ${{ github.ref_name }} = main; then
if test $GITHUB_REF_NAME == main; then
PREVIOUS_REF=HEAD~1
else
PREVIOUS_REF=main
Expand Down

1 comment on commit 0d1e8cb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CML Report

Plots

Precision & Recall
Confusion Matrix

Metrics and Params

main → workspace

Path Metric main workspace Change
Path Param main workspace Change

CML watermark

Please sign in to comment.