Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/build.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/python_func_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
name: Python functional tests
on:
push:
branches:
- develop
- 'release/*'
paths:
- ush/*retrieve_data.py
- parm/data_locations.yml
pull_request:
branches:
- develop
- 'release/*'
workflow_dispatch:

env:
CI: true
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/python_unittests.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
name: Python unittests
on: [push, pull_request, workflow_dispatch]
on:
push:
branches:
- develop
- 'release/*'
pull_request:
branches:
- develop
- 'release/*'
workflow_dispatch:

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might as well add a manual trigger to this one, too.


defaults:
run:
shell: bash
Expand Down