chore: Re-enable some GitHub action workflows in draft mode (#24626)

This commit is contained in:
John Bodley
2023-07-11 09:50:14 -07:00
committed by GitHub
parent 7476f7af73
commit cbf39650d0
12 changed files with 0 additions and 18 deletions

View File

@@ -10,7 +10,6 @@ on:
jobs:
config:
runs-on: "ubuntu-latest"
if: github.event.pull_request.draft == false
outputs:
has-secrets: ${{ steps.check.outputs.has-secrets }}
steps: