Skip to content

Commit bbe20b3

Browse files
authored
RATIS-2248. Rename CI workflows to .yaml (#1220)
1 parent af8482c commit bbe20b3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
build:
29-
uses: ./.github/workflows/check.yml
29+
uses: ./.github/workflows/check.yaml
3030
with:
3131
script: build
3232
script-args: -Prelease
@@ -40,7 +40,7 @@ jobs:
4040
matrix:
4141
java: [ 11, 17, 21 ]
4242
fail-fast: false
43-
uses: ./.github/workflows/check.yml
43+
uses: ./.github/workflows/check.yaml
4444
with:
4545
java-version: ${{ matrix.java }}
4646
needs-source-tarball: true
@@ -53,7 +53,7 @@ jobs:
5353
repro:
5454
needs:
5555
- build
56-
uses: ./.github/workflows/check.yml
56+
uses: ./.github/workflows/check.yaml
5757
with:
5858
needs-maven-repo: true
5959
script: repro
@@ -70,7 +70,7 @@ jobs:
7070
- findbugs
7171
- rat
7272
fail-fast: false
73-
uses: ./.github/workflows/check.yml
73+
uses: ./.github/workflows/check.yaml
7474
with:
7575
script: ${{ matrix.check }}
7676
timeout-minutes: 30
@@ -84,7 +84,7 @@ jobs:
8484
- server
8585
- misc
8686
fail-fast: false
87-
uses: ./.github/workflows/check.yml
87+
uses: ./.github/workflows/check.yaml
8888
with:
8989
script: unit
9090
script-args: -P${{ matrix.profile }}-tests
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ concurrency:
2929

3030
jobs:
3131
CI:
32-
uses: ./.github/workflows/ci.yml
32+
uses: ./.github/workflows/ci.yaml
3333
secrets: inherit

0 commit comments

Comments
 (0)