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

This commit is contained in:
Josh Soref
2023-07-28 11:01:14 +02:00
committed by GitHub
parent e6fe34c62c
commit 234b5c8c21
21 changed files with 185 additions and 16 deletions
+1
View File
@@ -9,6 +9,7 @@ env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
jobs:
main:
if: github.repository == 'grafana/grafana'
runs-on: ubuntu-latest
steps:
# This is a basic workflow to help you get started with Actions