Skip to content

Commit 5bc4e2d

Browse files
committed
refactor: rename github action file
Part of #1154
1 parent 4e29cd3 commit 5bc4e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml renamed to .github/workflows/integration-tests-h2.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration Tests
1+
name: Integration Tests (H2)
22

33
on:
44
push:
@@ -19,7 +19,7 @@ defaults:
1919

2020
jobs:
2121
run-integration-tests:
22-
name: Integration Tests (H2)
22+
name: Integration Tests
2323
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
2424
runs-on: ubuntu-20.04
2525
steps:

0 commit comments

Comments
 (0)