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