Skip to content

Commit

Permalink
* disable general tracing and add a few debugging command
Browse files Browse the repository at this point in the history
  • Loading branch information
eukarpov committed Aug 24, 2023
1 parent e948d39 commit 0a3ba56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ jobs:

- name: Create PR for a benchmark snapshot
run: |
set -x
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
git fetch origin ${{ github.event.repository.default_branch }}
Expand All @@ -167,9 +166,11 @@ jobs:
benchmark_asset=$(date +".assets/benchmark_snapshot_%Y-%m-%d_%H_%M_%S.png")
[ ! -d .assets ] && mkdir .assets
mv benchmark_snapshot.png $benchmark_asset
git status
git restore .github/workflows/scripts
git checkout assets
git add $benchmark_asset
git status
git commit -am "* add a benchmark image"
git push
git checkout -b benchmark_snapshot
Expand Down

0 comments on commit 0a3ba56

Please sign in to comment.