Skip to content

Commit

Permalink
ci: remove compiler checks schedule trigger (#1641)
Browse files Browse the repository at this point in the history
The main purpose of compilers.yml is to check which compiler toolchain/version work on which OS/version. The motivation for the scheduled runs was that github runner images might change underfoot, but this does not impact local development and is only relevant if we want to change how releases are built in CI in future (e.g. adding a gfortran build, using a newer ifort or ifx). So we can just run compiler checks manually whenever needed
  • Loading branch information
wpbonelli authored Feb 22, 2024
1 parent 04402ff commit fa29361
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: MODFLOW 6 compiler checks
on:
schedule:
- cron: 0 0 * * 0 # 12am utc every sunday
# workflow_dispatch trigger to start release via GitHub UI or CLI, see
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
workflow_dispatch:
Expand Down

0 comments on commit fa29361

Please sign in to comment.