forked from Lightning-AI/pytorch-lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/comet-logger-update
- Loading branch information
Showing
13 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,18 +23,18 @@ on: | |
jobs: | ||
cron-clear: | ||
if: github.event_name == 'schedule' || github.event_name == 'pull_request' | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].7 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].8 | ||
with: | ||
scripts-ref: v0.11.7 | ||
scripts-ref: v0.11.8 | ||
dry-run: ${{ github.event_name == 'pull_request' }} | ||
pattern: "latest|docs" | ||
age-days: 7 | ||
|
||
direct-clear: | ||
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].7 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].8 | ||
with: | ||
scripts-ref: v0.11.7 | ||
scripts-ref: v0.11.8 | ||
dry-run: ${{ github.event_name == 'pull_request' }} | ||
pattern: ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging | ||
age-days: ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ on: | |
|
||
jobs: | ||
check-md-links: | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].7 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].8 | ||
with: | ||
config-file: ".github/markdown-links-config.json" | ||
base-branch: "master" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
|
||
jobs: | ||
check: | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].7 | ||
uses: Lightning-AI/utilities/.github/workflows/[email protected].8 | ||
with: | ||
# skip azure due to the wrong schema file by MSFT | ||
# https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule _notebooks
updated
from d52735 to e0cab8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.4.0 | ||
2.5.0.dev |