Skip to content

Commit

Permalink
chore: fix ci (#1160)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Sep 9, 2024
1 parent d0a442d commit 30fa4b5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 13 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
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ name: E2E Tests
permissions: {}

on:
workflow_dispatch: {}
pull_request:
branches:
- main
Expand Down
1 change: 0 additions & 1 deletion .hack/chainsaw-matrix/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ name: E2E Tests
permissions: {}

on:
workflow_dispatch: {}
pull_request:
branches:
- main
Expand Down

0 comments on commit 30fa4b5

Please sign in to comment.