mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Run only on OSS (#21669)
This commit is contained in:
@@ -17,8 +17,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
add-hashicorp-contributed-label:
|
add-hashicorp-contributed-label:
|
||||||
# Only run if this is NOT coming from a fork of Vault (if this is not true, it's community contributed)
|
# Only run if this is NOT coming from a fork of hashicorp/vault (if this is not true, it's community contributed)
|
||||||
if: ${{ github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }}
|
if: ${{ github.repository == 'hashicorp/vault' && (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name) }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: "Add label to PR"
|
- name: "Add label to PR"
|
||||||
|
|||||||
Reference in New Issue
Block a user