We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5751dc1 commit d7da97aCopy full SHA for d7da97a
.github/workflows/ci.yml
@@ -64,6 +64,7 @@ jobs:
64
strategy:
65
fail-fast: false
66
matrix: ${{ fromJson(needs.prepare.outputs.submodule-matrix) }}
67
+ name: ${{ matrix.submodules.repository }}
68
steps:
69
- name: Checkout Repository
70
uses: actions/checkout@v4
@@ -80,7 +81,7 @@ jobs:
80
81
node-version: '20'
82
83
- name: Run Database code
- 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
85
env:
86
UPLOAD_TO_DATABASE: true
87
run:
0 commit comments