Skip to content

Commit

Permalink
remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrmal committed Sep 16, 2024
1 parent 1f7d4bf commit bd88545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ on:
jobs:

enable_build:
#if: github.repository == 'kaldi-asr/kaldi'
if: github.repository_owner == 'jtrmal' || github.repository_owner == 'kaldi-asr'
#if: github.repository_owner == 'jtrmal' || github.repository_owner == 'kaldi-asr'
if: github.repository_owner == 'kaldi-asr'
runs-on: ubuntu-latest
outputs:
enabled: ${{ steps.set-enabled.outputs.enabled }}
Expand Down

0 comments on commit bd88545

Please sign in to comment.