Browse Source

fix: add missing job name back

pull/2292/head
Wing-Kam Wong 3 years ago
parent
commit
258f10f572
  1. 1
      .github/workflows/release-pr.yml

1
.github/workflows/release-pr.yml

@ -14,6 +14,7 @@ on:
- "packages/nocodb/**" - "packages/nocodb/**"
jobs: jobs:
# Validate Branch # Validate Branch
validate-branch:
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false }} if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

Loading…
Cancel
Save