Skip to content

Commit

Permalink
chore: YAML cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad authored and feanil committed Jun 5, 2024
1 parent f8e8da3 commit f8cb4a2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/add-remove-label-on-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ on:
jobs:
add_remove_labels:
uses: openedx/.github/.github/workflows/add-remove-label-on-comment.yml@master

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branch:
description: "Target branch against which to create requirements PR"
required: true
default: 'main'
default: "main"

jobs:
call-upgrade-python-requirements-workflow:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ build:
# Optionally set the requirements required to build your docs
python:
install:
- requirements: requirements/base.txt
- requirements: requirements/base.txt

0 comments on commit f8cb4a2

Please sign in to comment.