Skip to content

Commit

Permalink
Merge pull request thijsvanloef#422 from thijsvanloef/cleanup-workflows
Browse files Browse the repository at this point in the history
cleanup workflows
  • Loading branch information
thijsvanloef authored Feb 21, 2024
2 parents d280f20 + 5e8e9d8 commit db99463
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: Linting
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- main

run-name: Pull request - ${{ github.event.pull_request.number }}
jobs:
Expand Down Expand Up @@ -49,19 +52,3 @@ jobs:
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml

test-build:
name: Docker - Build
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Docker - Build
uses: docker/build-push-action@v5
with:
push: false
platforms: linux/amd64,linux/arm64
3 changes: 3 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:
schedule:
- cron: 0 0 * * *
push:
branches:
- main

jobs:
container-scanning:
Expand Down

0 comments on commit db99463

Please sign in to comment.