mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Codenotify filter out contractors branches (#34288)
* chore: codenotify filter out contractors branch
This commit is contained in:
parent
63643a8f8e
commit
492c97fbbf
1
.github/workflows/codenotify.yml
vendored
1
.github/workflows/codenotify.yml
vendored
@ -7,6 +7,7 @@ jobs:
|
||||
codenotify:
|
||||
runs-on: ubuntu-latest
|
||||
name: codenotify
|
||||
if: ${{ !startsWith(github.head_ref, 'contractors/' )}}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user