Skip to content

Commit

Permalink
Attempt to disable excessive Github Actions builds
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
vi committed Jun 20, 2024
1 parent e556b8f commit 34ddb4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/container-image-buildah.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34ddb4d

Please sign in to comment.