From 6900c4274a8e25293d18da7629375ff3865d7912 Mon Sep 17 00:00:00 2001 From: zeme-wana <15709674+zeme-wana@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:22:34 +0200 Subject: [PATCH] Update version of github-action-benchmark to v1.20.3 (#6240) * Update version of github-action-benchmark to v1.20.3 * Fix bug in triage-label.yml --- .github/workflows/longitudinal-benchmark.yml | 2 +- .github/workflows/triage-label.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/longitudinal-benchmark.yml b/.github/workflows/longitudinal-benchmark.yml index f2fcf05b13e..87e7b9ae867 100644 --- a/.github/workflows/longitudinal-benchmark.yml +++ b/.github/workflows/longitudinal-benchmark.yml @@ -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' diff --git a/.github/workflows/triage-label.yml b/.github/workflows/triage-label.yml index c4889db0b48..289da73532e 100644 --- a/.github/workflows/triage-label.yml +++ b/.github/workflows/triage-label.yml @@ -4,7 +4,7 @@ name: "🏷️ Triage Label" on: - pull_request: + issues: types: [ opened, reopened ] jobs: