Skip to content

Commit

Permalink
Updating ymls for pull submissions and adding logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipdelmal committed Mar 27, 2024
1 parent 5c83a2e commit 0ba142e
Show file tree
Hide file tree
Showing 7 changed files with 478 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/model-output-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
workflow_dispatch:
jobs:
validate-submission:
permissions: write-all
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/model-output.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: model-output
name: model-output-all
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
on:
push:
branches: ['main']
paths: ['model-output/**']
pull_request:
branches: ['main']
paths: ['model-output/**']
# pull_request:
# branches: ['main']
# paths: ['model-output/**']
workflow_dispatch:
jobs:
validate-submission:
Expand Down
467 changes: 467 additions & 0 deletions README.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ We are grateful to the teams who have generated forecasts and made their forecas
## Acknowledgments

This repository follows the guidelines and standards outlined by the [hubverse](https://hubdocs.readthedocs.io/en/latest/), which provides a set of data formats and open source tools for modeling hubs.

<img src="./media/WNVCA2024.png" alt="WNVCA Logo" width="100px">
6 changes: 3 additions & 3 deletions hub-config/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Hub configuation files

This folder should contain configuration files for the Hub, following the recommended [Hub configuration files in our documentation](https://hubdocs.readthedocs.io/en/latest/user-guide/hub-config.html).
# Hub configuation files

This folder should contain configuration files for the Hub, following the recommended [Hub configuration files standards](https://hubdocs.readthedocs.io/en/latest/user-guide/hub-config.html).
2 changes: 1 addition & 1 deletion hub-config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"submissions_due": {
"relative_to": "origin_date",
"start": -15,
"end": 15
"end": 8
}
}
]}
Binary file added media/WNVCA2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ba142e

Please sign in to comment.