Skip to content

Commit

Permalink
CI: Run on PRs and merges; Add dependabot for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 8, 2023
1 parent d480ecc commit dbcdeaa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ updates:
interval: daily
time: "13:00"
open-pull-requests-limit: 10

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
time: "13:00"
open-pull-requests-limit: 10
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: tests (unit)

# trigger on pushes to master OR PRs to master
# to prevent double tests on PRs within this repo
on:
pull_request: {}
push:
branches:
- master
pull_request:
branches:
- master

jobs:
test:
Expand Down Expand Up @@ -74,6 +70,7 @@ jobs:
tests:
needs:
- test
- build_docker_image
- security-tests
runs-on: ubuntu-latest
name: Test suite
Expand Down

0 comments on commit dbcdeaa

Please sign in to comment.