Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: build
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:
build:
name: "${{ matrix.id }}"
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
# https://salsa.debian.org/wouter/ola/-/blob/a38a396f6994b2b1af8efec9e208aee4e67f77aa/.gitlab-ci.yml

name: debian
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:
debian-build:
name: 'Debian Build ${{ matrix.image_tag }} ${{ matrix.architecture }}'
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: lint
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:
build:
name: Build for Lint Tasks
Expand Down