E3SM-Project / polaris

Testing and analysis for OMEGA, MPAS-Ocean, MALI and MPAS-Seaice
BSD 3-Clause "New" or "Revised" License
6 stars 13 forks source link

Tweak behavior of CI workflows #223

Closed altheaden closed 1 month ago

altheaden commented 1 month ago

In this PR I made a few tweaks to the behavior of the CI workflows. These changes are:

  1. cancel_others is now set to false by default, which should make it easier to decipher if a bug is isolated to a specific version of python via CI
  2. The defaults channel has been removed as we can now exclusively use conda-forge
  3. The timeout for the pre-commit job has been upped to 5 minutes