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
+3
View File
@@ -17,6 +17,9 @@ concurrency:
group: pr-checks-${{ github.event.number }}
jobs:
main:
permissions:
actions: write
contents: read
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps: