We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a9829 commit b9623f2Copy full SHA for b9623f2
1 file changed
.github/workflows/package-build.yml
@@ -15,7 +15,7 @@ concurrency:
15
cancel-in-progress: true
16
jobs:
17
build-debian:
18
- if: github.event_name != 'schedule' || github.repository == 'sipwise/rtpengine'
+ if: github.event_name != 'schedule' || github.repository == 'mika/rtpengine'
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
0 commit comments