Skip to content

Commit

Permalink
trigger build if changes are in notebook dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Aug 24, 2023
1 parent 85a49e1 commit 8914022
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cuda11.3.1-ubuntu20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches:
- master
paths:
- base-gpu-notebook/**
- gpu-notebook/**
schedule:
- cron: "0 1 * * 0"

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cuda11.8.0-ubuntu22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches:
- master
paths:
- base-gpu-notebook/**
- gpu-notebook/**
schedule:
- cron: "0 1 * * 0"

Expand Down

0 comments on commit 8914022

Please sign in to comment.