From 780adbfb94dd1b39c493f77efa62dff1011c4c63 Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Wed, 8 Nov 2023 16:03:26 +0100 Subject: [PATCH] small fixes --- .github/workflows/build-docker.yml | 1 - .../workflows/run-benchmarks.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename ".github/workflows/run-benchmarks\\.yml" => .github/workflows/run-benchmarks.yml (98%) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 727a8ddd40..904149d66b 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -57,7 +57,6 @@ jobs: tags: | type=ref,event=branch type=ref,event=tag - type=ref,event=pr type=semver,pattern={{raw}} # type=semver,pattern={{major}} type=edge diff --git "a/.github/workflows/run-benchmarks\\.yml" b/.github/workflows/run-benchmarks.yml similarity index 98% rename from ".github/workflows/run-benchmarks\\.yml" rename to .github/workflows/run-benchmarks.yml index 35499dbeba..1d1e437a5c 100644 --- "a/.github/workflows/run-benchmarks\\.yml" +++ b/.github/workflows/run-benchmarks.yml @@ -7,7 +7,7 @@ on: branches: main # To build the "benchmark-only" cache pull_request: paths: - - '.github/workflows/benchmark-auto-pr.yml' + - '.github/workflows/run-benchmarks.yml' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }} cancel-in-progress: true