From ef7c773ef72e225a1b80915529cb132b95bb651f Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Tue, 2 Jan 2024 18:23:02 +0100 Subject: [PATCH] Drop Coastguard from GHAs Coastguard is archived, there's no need to check it in GHAs. Signed-off-by: Stephen Kitt --- .github/workflows/consuming.yml | 4 ++-- .github/workflows/periodic.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/consuming.yml b/.github/workflows/consuming.yml index cc7fca5b1..3bf082abd 100644 --- a/.github/workflows/consuming.yml +++ b/.github/workflows/consuming.yml @@ -83,7 +83,7 @@ jobs: fail-fast: false matrix: project: [ - 'admiral', 'cloud-prepare', 'coastguard', 'lighthouse', + 'admiral', 'cloud-prepare', 'lighthouse', 'subctl', 'submariner', 'submariner-charts', 'submariner-operator' ] steps: @@ -138,7 +138,7 @@ jobs: fail-fast: false matrix: project: [ - 'admiral', 'cloud-prepare', 'coastguard', 'lighthouse', + 'admiral', 'cloud-prepare', 'lighthouse', 'subctl', 'submariner', 'submariner-charts', 'submariner-operator' ] steps: diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 0c5f62852..a518cafdf 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: project: [ - 'admiral', 'cloud-prepare', 'coastguard', 'lighthouse', 'shipyard', + 'admiral', 'cloud-prepare', 'lighthouse', 'shipyard', 'subctl', 'submariner-bot', 'submariner', 'submariner-operator' ] steps: