Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed May 29, 2024
1 parent df66f03 commit e9771a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ jobs:
run: |
mkdir -p $HOME/.config/dfx
cp networks.json $HOME/.config/dfx/
dfx start --background --pocketic
dfx start --background #--pocketic
- name: Run perf for base branch
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'build_base')
run: |
cd main
make
dfx stop
dfx start --clean --background --pocketic
dfx start --clean --background #--pocketic
- name: Run perf
run: |
make
Expand Down

0 comments on commit e9771a1

Please sign in to comment.