Skip to content

Commit

Permalink
Merge branch 'main' into CVE-2024-7646
Browse files Browse the repository at this point in the history
  • Loading branch information
anuddeeph1 authored Sep 10, 2024
2 parents 9cdf5bf + 30fa4b5 commit f89113d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: E2E Tests - CEL
permissions: {}

on:
workflow_dispatch: {}
pull_request:
branches:
- 'main'
- main
- release-*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/check-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ name: Check actions
permissions: {}

on:
push:
branches:
- '*'
pull_request:
branches:
- 'main'
- 'release*'
- main
- release-*

jobs:
check:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- main
- release-*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@ name: Policy Test
permissions: {}

on:
push:
branches:
- '*'
pull_request:
branches:
- main
- release*
- release-*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -29,6 +26,7 @@ jobs:
- name: Run ah lint
working-directory: .
run: ah lint -k kyverno

test:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ name: E2E Tests
permissions: {}

on:
workflow_dispatch: {}
pull_request:
branches:
- 'main'
- main
- release-*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .hack/chainsaw-matrix/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ name: E2E Tests
permissions: {}

on:
workflow_dispatch: {}
pull_request:
branches:
- 'main'
- main
- release-*

concurrency:
group: {{ print "${{ github.workflow }}-${{ github.ref }}" }}
Expand Down

0 comments on commit f89113d

Please sign in to comment.