Skip to content

Commit d7da97a

Browse files
committed
chore: ci
1 parent 5751dc1 commit d7da97a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
strategy:
6565
fail-fast: false
6666
matrix: ${{ fromJson(needs.prepare.outputs.submodule-matrix) }}
67+
name: ${{ matrix.submodules.repository }}
6768
steps:
6869
- name: Checkout Repository
6970
uses: actions/checkout@v4
@@ -80,7 +81,7 @@ jobs:
8081
node-version: '20'
8182

8283
- name: Run Database code
83-
if: github.event_name != 'pull_request' && github.event.action != 'closed' && github.event.repository.fork == false
84+
if: github.event_name != 'pull_request' && github.event.repository.fork == false
8485
env:
8586
UPLOAD_TO_DATABASE: true
8687
run:

0 commit comments

Comments
 (0)