Skip to content

Commit

Permalink
Minor: Update size validation workflow name and condition
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-tianquaw committed Apr 12, 2024
1 parent 1ddddf3 commit 5d8cc09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-image-size.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Image Size of Current Release
name: Check Image Size
on:
# Manually call
workflow_dispatch:
Expand All @@ -15,9 +15,9 @@ on:

jobs:
check-image-size:
name: Check image size
name: Run image size check
runs-on: ubuntu-latest
if: github.repository == 'aws/sagemaker-distribution'
if: endsWith(github.repository, '/sagemaker-distribution')
permissions:
pull-requests: write
contents: write
Expand Down

0 comments on commit 5d8cc09

Please sign in to comment.