Skip to content

Commit

Permalink
Run workflows for packages and website
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 26, 2024
1 parent 1d0fe5b commit 41180e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- "requirements.txt"
- "dev_requirements.txt"
- "environment_build.yml"
- ".github/workflows/build_conda_ci.yml"
- ".github/workflows/build_conda_ci.yml" # Run!

# If RUN_BUILD_JOB is set to true, then RUN_ID will be overwritten to the current run id
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_pypi_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- "jupyter_requirements.txt"
- "pypi_requirements.txt"
- "environment_build.yml"
- ".github/workflows/build_pypi_ci.yml"
- ".github/workflows/build_pypi_ci.yml" # Run!

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
# 'main' triggers updates to 'sleap.ai', all others to 'sleap.ai/develop'
- main
- develop
- liezl/update-intallation-docs-1.4.1 # again!
- liezl/bump-to-1.4.1a3
paths:
- "docs/**"
- "README.rst"
Expand Down

0 comments on commit 41180e1

Please sign in to comment.