From 9769cc892e198fd175f78790f5476690d2b2658e Mon Sep 17 00:00:00 2001 From: Juliette Pretot Date: Mon, 15 Apr 2024 19:51:48 +0000 Subject: [PATCH] always run prov Change-Id: I7d5f9ac32b4a95b208b86befe0a04afc533b07b3 --- .github/workflows/provenance.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/provenance.yaml b/.github/workflows/provenance.yaml index b5e34cb3a5f..cd02a9ed4ba 100644 --- a/.github/workflows/provenance.yaml +++ b/.github/workflows/provenance.yaml @@ -16,10 +16,6 @@ on: jobs: build_binary: - if: | - github.event_name == 'push' || - contains(github.event.pull_request.labels.*.name, 'provenance:force-run') - # We use the same job template to generate provenances for multiple binaries. strategy: fail-fast: false