Skip to content

Commit

Permalink
Merge pull request #187 from laraPPr/Fix_CI
Browse files Browse the repository at this point in the history
Fix CI for available_software.py in script_module_list.yml
  • Loading branch information
boegel authored Jun 4, 2024
2 parents 1933d2c + 0f16838 commit 899e4e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/script_module_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Module overview script (lint + test)
on:
push:
paths:
- 'scripts/README.mds/**'
- 'scripts/**'
- './.github/**'
pull_request:
paths:
Expand Down
2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Scripts that can be used to automatically generate markdown files, can be found here.

* [`available_software`](available_software): script to generate overview of available environment modules;
* [`available_software`](available_software): script to generate overview of available environment modules.

0 comments on commit 899e4e0

Please sign in to comment.