From c7ced6014e67406df6858acb688fe16d3d3e2555 Mon Sep 17 00:00:00 2001 From: Malte Poll <1780588+malt3@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:24:38 +0100 Subject: [PATCH] ci: disable e2e-attestationconfigapi on PRs This workflow touches shared state by deleting all objects of a bucket and then uploading a signed blob of data to that S3 bucket under a fixed name. It also does so multiple times in a row, while invalidating the cloudfront cache and checking if the uploaded object exists. All runs of this workflow share the same bucket. Since this pipeline runs on any modification of go.mod, it is very prone to race condition between PRs (or PRs and main). --- .github/workflows/e2e-attestationconfigapi.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/e2e-attestationconfigapi.yml b/.github/workflows/e2e-attestationconfigapi.yml index a3605dafc..3f259aaf0 100644 --- a/.github/workflows/e2e-attestationconfigapi.yml +++ b/.github/workflows/e2e-attestationconfigapi.yml @@ -10,11 +10,6 @@ on: - "internal/api/**" - ".github/workflows/e2e-attestationconfigapi.yml" - "go.mod" - pull_request: - paths: - - "internal/api/**" - - ".github/workflows/e2e-attestationconfigapi.yml" - - "go.mod" jobs: e2e-api: