Skip to content

Commit

Permalink
Exclude a few more jobs from non-PR triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Jul 13, 2021
1 parent 7b7f52f commit f1c0559
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ jobs:
name: "Lin|Basic training tests"
runs-on: ubuntu-20.04
needs: [build-ctc-decoder-Linux]
if: ${{ github.event_name == 'pull_request' }}
strategy:
matrix:
bitrate: [8k, 16k]
Expand Down Expand Up @@ -657,6 +658,7 @@ jobs:
name: "Lin|Extra training tests"
runs-on: ubuntu-20.04
needs: [build-ctc-decoder-Linux]
if: ${{ github.event_name == 'pull_request' }}
strategy:
matrix:
bitrate: [8k, 16k]
Expand Down Expand Up @@ -1537,6 +1539,7 @@ jobs:
name: "Win|Test C++ binary"
runs-on: windows-2019
needs: [build-lib_Windows, train-test-model-Linux]
if: ${{ github.event_name == 'pull_request' }}
strategy:
matrix:
build-flavor: ["tf", "tflite"]
Expand Down

0 comments on commit f1c0559

Please sign in to comment.