Skip to content

Commit

Permalink
Merge 361bb68 into 447f90a
Browse files Browse the repository at this point in the history
  • Loading branch information
DaAwesomeP committed Jun 21, 2023
2 parents 447f90a + 361bb68 commit e8e6cf0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
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

0 comments on commit e8e6cf0

Please sign in to comment.