From 860cbe9c5cbee8d2e98b8bb81458cbcba6fc49af Mon Sep 17 00:00:00 2001 From: Steam Deck User Date: Wed, 8 Jun 2022 14:30:39 +0200 Subject: [PATCH] WORKFLOW: disabled cooker.yml as no we are using the selfhosted --- .github/workflows/cooker.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index a51bb18d..b93d69f7 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -1,12 +1,12 @@ name: cooker -on: - push: - branches: - - cooker* - pull_request: - branches: - - cooker* +# on: +# push: +# branches: +# - cooker* +# pull_request: +# branches: +# - cooker* workflow_dispatch: