Skip to content

Commit 5ac61c7

Browse files
committed
test
1 parent e8607eb commit 5ac61c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ jobs:
688688
generate-status-meson: true
689689

690690
update_readme_table:
691-
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]') }}
691+
if: ${{ always() && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref == 'refs/heads/dev' && !contains(github.event.head_commit.message, '[skip ci]') }}
692692
name: Update README.md status table
693693
needs: [test_fpm, test_mpi_fpm, test_blas_fpm, test_mpi_blas_fpm, test_cmake, test_mpi_cmake, test_blas_cmake, test_mpi_blas_cmake, test_meson, test_mpi_meson, test_blas_meson, test_mpi_blas_meson]
694694
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)