Skip to content

Commit

Permalink
modify the gh action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrmal committed Sep 11, 2024
1 parent 967be48 commit b5ed933
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 @@ -15,11 +15,11 @@ on:
- warning
- debug
pull_request: #for debugging purposes
branches: [ "master" ]
#branches: [ "master" ]

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

0 comments on commit b5ed933

Please sign in to comment.