fix(actions): do not require the `get-disk-name` job for forks (#8988)

This commit is contained in:
Gustavo Valverde 2024-11-05 12:30:00 +00:00 committed by GitHub
parent 6a82531585
commit d7fbde3176
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View File

@ -43,3 +43,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: 'echo "Skipping job on fork"'
get-disk-name:
name: Get disk name
runs-on: ubuntu-latest
steps:
- run: 'echo "Skipping job on fork"'

View File

@ -52,3 +52,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
get-disk-name:
name: Get disk name
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'