Skip to content

Commit

Permalink
(ab)use concurrency to avoid duplicate runs
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 18, 2022
1 parent fabbc35 commit b30b0a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CML Report
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: ${{ github.event_name == 'push' }}
jobs:
run:
runs-on: [ubuntu-latest]
Expand Down

1 comment on commit b30b0a0

@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.