From 91d5ce51541b88263551c5d3b0e1c66430dcfbd3 Mon Sep 17 00:00:00 2001 From: Giacomo Fiorin Date: Wed, 20 Mar 2024 16:40:06 -0400 Subject: [PATCH] NAMD devel branch is now main --- .github/workflows/test-backends.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-backends.yml b/.github/workflows/test-backends.yml index 105976077..fae6ef776 100644 --- a/.github/workflows/test-backends.yml +++ b/.github/workflows/test-backends.yml @@ -33,15 +33,13 @@ jobs: test_interface_directory: lammps/tests/interface rpath_exe: install/bin/lmp - namd-devel: - name: NAMD (devel) - # Prevent running this job on PRs across different accounts, because - # secrets wouldn't be shared + namd-main: + name: NAMD (main) uses: ./.github/workflows/backend-template.yml with: backend_name: NAMD backend_repo: Colvars/namd - backend_repo_ref: devel + backend_repo_ref: main path_compile_script: devel-tools/compile-namd.sh test_lib_directory: namd/tests/library test_interface_directory: namd/tests/interface @@ -53,8 +51,6 @@ jobs: vmd-cvs: name: VMD - # Prevent running this job on PRs across different accounts, because - # secrets wouldn't be shared uses: ./.github/workflows/backend-template.yml with: backend_name: VMD