Skip to content

Commit

Permalink
Merge branch 'ci/update-examples' of https://github.com/PyTorchLightn…
Browse files Browse the repository at this point in the history
…ing/pytorch-lightning into ci/update-examples
  • Loading branch information
Borda committed Oct 11, 2023
2 parents 4605179 + 2d83365 commit 5dd68d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_legacy-checkpoints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
ref: master

- name: Append a new version to legacy checkpoint list
working-directory: ${{ env.legacy_dir }}
working-directory: ${{ env.legacy_dir }}
run: echo ${PL_VERSION} >> back-compatible-versions.txt

- name: Create Pull Request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
commit-message: "update tutorials to ..."
body: "**This is automated update with latest lighting tutorials!**"
branch: "docs/update-tutorials"
delete-branch: true # Delete the branch when closing pull requests, and when undeleted after merging.
delete-branch: true # Delete the branch when closing pull requests, and when undeleted after merging.
token: ${{ secrets.PAT_GHOST }}
labels: |
docs
Expand Down

0 comments on commit 5dd68d4

Please sign in to comment.