From 2f78f41007518e24dad5889b5c1acea461f2b99b Mon Sep 17 00:00:00 2001 From: Adrian Clay Lake Date: Fri, 6 Dec 2024 15:01:02 +0000 Subject: [PATCH] feat: warning msg for workflows expected to fail --- .github/workflows/oci-factory_build_and_test_eicar_rock.yaml | 1 + .github/workflows/oci-factory_test_external_rock.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/oci-factory_build_and_test_eicar_rock.yaml b/.github/workflows/oci-factory_build_and_test_eicar_rock.yaml index 1370116..28c36eb 100644 --- a/.github/workflows/oci-factory_build_and_test_eicar_rock.yaml +++ b/.github/workflows/oci-factory_build_and_test_eicar_rock.yaml @@ -1,3 +1,4 @@ +# Warning: This workflow is designed to fail. When merging in a PR, pushing an empty commit will bypass checks and allow the PR to be merged. name: OCI Factory Workflows - Build and Test EICAR Rock on: diff --git a/.github/workflows/oci-factory_test_external_rock.yaml b/.github/workflows/oci-factory_test_external_rock.yaml index fbb277d..3c60c49 100644 --- a/.github/workflows/oci-factory_test_external_rock.yaml +++ b/.github/workflows/oci-factory_test_external_rock.yaml @@ -1,3 +1,4 @@ +# Warning: This workflow is designed to fail. When merging in a PR, pushing an empty commit will bypass checks and allow the PR to be merged. name: OCI Factory Workflows - Test External Rock on: