Skip to content

Commit

Permalink
Update version of github-action-benchmark to v1.20.3 (#6240)
Browse files Browse the repository at this point in the history
* Update version of github-action-benchmark to v1.20.3

* Fix bug in triage-label.yml
  • Loading branch information
zeme-wana authored and effectfully committed Aug 6, 2024
1 parent 9f87a84 commit 3250a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/longitudinal-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: git config core.hooksPath no-hooks

- name: Deploy Results
uses: benchmark-action/github-action-benchmark@master
uses: benchmark-action/github-action-benchmark@v1.20.3
with:
name: Plutus Benchmarks
tool: 'customSmallerIsBetter'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: "🏷️ Triage Label"

on:
pull_request:
issues:
types: [ opened, reopened ]

jobs:
Expand Down

0 comments on commit 3250a9d

Please sign in to comment.