[v10.1.x] CI: Run publish-kinds workflows only on the main repository (#75857)
CI: Run publish-kinds workflows only on the main repository (#75855)
(cherry picked from commit 76c6bf88be)
This commit is contained in:
@@ -10,6 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
if: github.repository == 'grafana/grafana'
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: "Checkout Grafana repo"
|
||||
|
||||
@@ -12,6 +12,7 @@ on:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
if: github.repository == 'grafana/grafana'
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- name: "Checkout Grafana repo"
|
||||
|
||||
Reference in New Issue
Block a user