Skip to content

Commit

Permalink
Disable periodic builds on my main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura committed Dec 16, 2024
1 parent 37b961c commit 0310ef7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-host.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
name: Nightly DNF CI host container build
on:
schedule:
- cron: '0 2 * * *' # at 2am UTC

# allow to run the workflow manually from GitHub web interface
workflow_dispatch:

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/container-build-quay-io.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
name: Build DNF5 containers on quay.io
on:
schedule:
- cron: '0 4 * * *' # at 4am UTC, 2 hours after nightlies are built
workflow_dispatch:


# from https://github.com/marketplace/actions/push-to-registry
jobs:
build:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
---
name: Nightly builds in Fedora Copr
on:
schedule:
- cron: '0 0 * * *' # at midnight UTC

# allow to run the workflow manually from GitHub web interface
workflow_dispatch:

jobs:
build:
name: Build
Expand Down

0 comments on commit 0310ef7

Please sign in to comment.