From 34ddb4d1416887059fb249cc97de1538598fed9c Mon Sep 17 00:00:00 2001 From: Vitaly _Vi Shukela Date: Thu, 20 Jun 2024 23:07:27 +0200 Subject: [PATCH] Attempt to disable excessive Github Actions builds The built typically fails because of timeout and I don't know why. And most Dependabot pull requests are unsatisfiable anyway (at least until websocat4 goes mainline). --- .github/workflows/container-image-buildah.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/container-image-buildah.yml b/.github/workflows/container-image-buildah.yml index b05382d..29a43f4 100644 --- a/.github/workflows/container-image-buildah.yml +++ b/.github/workflows/container-image-buildah.yml @@ -19,15 +19,15 @@ on: required: false default: '' type: string - schedule: - # every Wednesday morning - - cron: 7 7 * * 3 + #schedule: + # # every Wednesday morning + # - cron: 7 7 * * 3 push: branches: [ master ] tags: - '*' # Push events to every tag not containing / - pull_request: - types: [opened, reopened, synchronize] + #pull_request: + # types: [opened, reopened, synchronize] concurrency: group: ci-container-build-${{ github.ref }}-1