Skip to content

Commit

Permalink
Test warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Sep 29, 2023
1 parent fc6e017 commit ecff44c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/_local_ci_check_pyproject_dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: CI - Check dependencies PR

on:
schedule:
# At 7:30 every Monday (5:30 UTC)
- cron: "30 5 * * 1"
workflow_dispatch:
# schedule:
# # At 7:30 every Monday (5:30 UTC)
# - cron: "30 5 * * 1"
# workflow_dispatch:
pull_request: # for testing

jobs:
update-pyproject-dependencies:
Expand All @@ -14,7 +15,7 @@ jobs:
with:
git_username: "TEAM 4.0[bot]"
git_email: "TEAM4.0@SINTEF.no"
permanent_dependencies_branch: "ci/dependency-updates"
permanent_dependencies_branch: "cwa/close-183-toggle-dependencies-branch"
install_extras: "[dev,docs]"
pr_labels: "CI/CD"
secrets:
Expand Down

0 comments on commit ecff44c

Please sign in to comment.