Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Oct 24, 2024
1 parent f838530 commit 861effa
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ permissions: {}
on:
pull_request:
branches:
- main
- main
push:
branches:
- main
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ permissions: {}
on:
pull_request:
branches:
- main
- main
push:
branches:
- main
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions: {}
on:
push:
branches:
- main
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions: {}
on:
push:
tags:
- 'docs-v*'
- 'docs-v*'

jobs:
docs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ko-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions: {}
on:
push:
tags:
- v*
- main

jobs:
ko-publish:
Expand All @@ -30,4 +30,4 @@ jobs:
- name: Run ko
run: |
set -e
make publish-ko
KO_REGISTRY=ghcr.io/kyverno/kyverno-envoy-plugin make publish-ko
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ permissions: {}
on:
pull_request:
branches:
- main
- main
push:
branches:
- main
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/semantics-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ name: Semantic PR Validation
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- opened
- edited
- synchronize

defaults:
run:
Expand Down

0 comments on commit 861effa

Please sign in to comment.