Skip to content

Commit f59ef9c

Browse files
committed
Updated CI
1 parent 7975bca commit f59ef9c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ on:
77
pull_request: {}
88

99
jobs:
10-
operator-pr:
11-
name: Version
10+
ci:
11+
name: CI
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16-
with:
17-
fetch-depth: 0
1816

1917
- name: Operator PR
2018
uses: ./

0 commit comments

Comments
 (0)