Skip to content

Commit

Permalink
Fix yml (#349)
Browse files Browse the repository at this point in the history
* Update singularity_container-install.yml

* Update tests.yml
  • Loading branch information
zktuong committed Jan 9, 2024
1 parent 4e14e0f commit 310cbe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/singularity_container-install.yml
Expand Up @@ -27,7 +27,8 @@ jobs:
requirements.txt
container/database
container/tests
container/*.{yml,yaml,py}
container/scripts/*.{sh,py}
container/*.{yml,yaml,py,def}
tests
- name: List all changed files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
requirements.txt
container/database
container/tests
container/*.{yml,yaml,py}
container/scripts/*.py
tests
- name: List all changed files
run: |
Expand Down

0 comments on commit 310cbe8

Please sign in to comment.