Only run workflows if they might be able to work (#72503)

* Fix whitespace

* Only run workflows if they might be able to work

* fix quotes

---------

Co-authored-by: joshhunt <josh@trtr.co>
This commit is contained in:
Josh Soref
2023-08-02 12:25:23 +01:00
committed by GitHub
co-authored by joshhunt
parent f59117057e
commit 9571aea651
24 changed files with 268 additions and 27 deletions
+1
View File
@@ -7,6 +7,7 @@ on:
jobs:
main:
if: github.repository == 'grafana/grafana'
runs-on: ubuntu-latest
steps:
- name: Checkout Actions