Skip to content

Commit b1076e3

Browse files
committed
fix: update dependencies for README status table update job
1 parent c6c2cbb commit b1076e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI-CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
update_readme_table:
222222
if: ${{ always() && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, '[skip ci]') }}
223223
name: Update README.md status table
224-
needs: [status_fpm, status_cmake, status_meson]
224+
needs: [test_fpm, test_mpi_fpm, test_cmake, test_meson]
225225
runs-on: ubuntu-latest
226226
steps:
227227
- name: Update README status

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ jobs:
377377
if: |
378378
always() &&
379379
github.ref != 'refs/heads/update-readme-table'
380-
needs: [status_fpm, status_cmake, status_meson]
380+
needs: [test_fpm, test_cmake, test_meson]
381381
runs-on: ubuntu-latest
382382
steps:
383383
- name: Update README status

0 commit comments

Comments
 (0)