Skip to content

Commit

Permalink
Enable Workflow Interface 101 MNIST For PR Pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Oct 24, 2024
1 parent 8ad852d commit acc0fa6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow_interface_101_mnist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@
name: Workflow Interface 101 MNIST Notebook

on:
pull_request:
branches: [ develop ]

workflow_dispatch:

permissions:
contents: read

jobs:
run_notebook:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit acc0fa6

Please sign in to comment.