Skip to content

Commit

Permalink
NAMD devel branch is now main
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomofiorin committed Mar 20, 2024
1 parent 0ad7de2 commit 91d5ce5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 91d5ce5

Please sign in to comment.