Skip to content

Commit

Permalink
Merge pull request #1105 from noopurintel/mnist-pr-pipeline
Browse files Browse the repository at this point in the history
Enable Workflow Interface 101 MNIST For PR Pipeline
  • Loading branch information
teoparvanov authored Oct 24, 2024
2 parents 8ad852d + acc0fa6 commit 76dba63
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 76dba63

Please sign in to comment.