Skip to content

Commit

Permalink
fix(actions): do not require the get-disk-name job for forks (#8988)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde authored Nov 5, 2024
1 parent 6a82531 commit d7fbde3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd-deploy-nodes-gcp.patch-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
6 changes: 6 additions & 0 deletions .github/workflows/cd-deploy-nodes-gcp.patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"'

0 comments on commit d7fbde3

Please sign in to comment.