Skip to content

Commit

Permalink
runs tests on each push on the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Jul 19, 2020
1 parent 25ce236 commit 73c4268
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/quality-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Quality checks

on:
pull_request:
branches:
- master
on: push

jobs:
lint:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/security-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Security checks

on:
pull_request:
branches:
- master
push:
schedule:
- cron: '0 0 * * 0'

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Test

on:
pull_request:
branches:
- master
on: push

jobs:
run-tests:
Expand Down
2 changes: 1 addition & 1 deletion docs/gitops.drawio

Large diffs are not rendered by default.

Binary file modified docs/gitops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73c4268

Please sign in to comment.