Skip to content

Commit

Permalink
Run with ci file changes
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
  • Loading branch information
jsturtevant committed May 16, 2024
1 parent 54d51de commit 2084be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/capz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ "master" ]
paths:
- 'capz/**'
- '.github/workflows/capz.yml'
jobs:
run-lint:
runs-on: ubuntu-latest
Expand All @@ -16,7 +17,7 @@ jobs:
fetch-depth: 0
# https://github.com/github/super-linter
- name: Lint Code Base
uses: github/super-linter@v6.5.0
uses: super-linter/super-linter@v6.5.0
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_BASH: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/hyperv-webhook-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- master
paths:
- helpers/hyperv-mutating-webhook/**
- .github/workflows/hyperv-webhook-build.yaml
workflow_dispatch: # for testing until workfload is validated

jobs:
Expand All @@ -30,5 +31,6 @@ jobs:
- name: build image for release
if: ${{ github.event_name != 'pull_request' }}
run: |
cd helpers/hyperv-mutating-webhook
echo "${{ secrets.DOCKER_SECRET }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
make docker-push

0 comments on commit 2084be8

Please sign in to comment.