mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Remove dependency on test job (#59575)
Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
@@ -11,7 +11,6 @@ on:
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: "ubuntu-latest"
|
||||
needs: "test"
|
||||
steps:
|
||||
- name: "Checkout Grafana repo"
|
||||
uses: "actions/checkout@v3"
|
||||
|
||||
@@ -13,7 +13,6 @@ on:
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: "ubuntu-latest"
|
||||
needs: "test"
|
||||
steps:
|
||||
- name: "Checkout Grafana repo"
|
||||
uses: "actions/checkout@v3"
|
||||
|
||||
Reference in New Issue
Block a user