fix(webhook): return err when the ns label on nad is missing #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Main Build and Publish | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - v* | |
| jobs: | |
| build-main: | |
| uses: ./.github/workflows/template-build.yml | |
| with: | |
| release-tag-name: ${{ github.ref_name }}-head | |
| push: true | |
| secrets: inherit |