Codenotify filter out contractors branches (#34288)

* chore: codenotify filter out contractors branch
This commit is contained in:
GitStart-SourceGraph 2022-04-22 16:06:44 +05:30 committed by GitHub
parent 63643a8f8e
commit 492c97fbbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ jobs:
codenotify:
runs-on: ubuntu-latest
name: codenotify
if: ${{ !startsWith(github.head_ref, 'contractors/' )}}
steps:
- uses: actions/checkout@v2
with: