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:
Jack Baldry 2022-11-30 11:13:46 -04:00 committed by GitHub
parent 6625147e74
commit 6d6cb0a478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ on:
jobs:
sync:
runs-on: "ubuntu-latest"
needs: "test"
steps:
- name: "Checkout Grafana repo"
uses: "actions/checkout@v3"

View File

@ -13,7 +13,6 @@ on:
jobs:
sync:
runs-on: "ubuntu-latest"
needs: "test"
steps:
- name: "Checkout Grafana repo"
uses: "actions/checkout@v3"