Skip to content

Commit

Permalink
fixup! ci: check for dependencies on a schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Nov 6, 2023
1 parent faf0801 commit d4262e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
python -m pip install -r ci/check_dependencies/requirements.txt
- run: |
cat <<EOF >issue.md
---
title: Update Chart dependencies
labels: dependencies
---
---
title: Update Chart dependencies
labels: dependencies
---
EOF
make check-dependencies >>issue.md
Expand Down

0 comments on commit d4262e8

Please sign in to comment.