Skip to content

Commit

Permalink
Merge pull request #288 from rainyl/fix-reports-commit
Browse files Browse the repository at this point in the history
add commit token
  • Loading branch information
rainyl authored Nov 5, 2024
2 parents 356f019 + bf376f8 commit 8f418c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 49 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Size Comparison
on:
push:
branches: ["main","sizes"]
paths-ignore:
- "**.md"
- "LICENSE"
pull_request:
branches: ["main"]

jobs:
windows:
Expand Down Expand Up @@ -504,6 +501,7 @@ jobs:
# Checkout the branch made in the fork. Will automatically push changes
# back to this branch.
ref: ${{ github.head_ref }}
token: ${{ secrets.COMMIT_PAT }}

# - name: Set up Python
# uses: actions/setup-python@v5
Expand Down
27 changes: 4 additions & 23 deletions packages/opencv_core/images/opencv_core_size_report.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 4 additions & 23 deletions packages/opencv_dart/images/opencv_dart_size_report.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8f418c9

Please sign in to comment.