Skip to content

Commit

Permalink
fix(cid): ignore changes to colab workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Mar 7, 2024
1 parent fec219b commit 3c36296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- beta
paths-ignore:
- ".github/workflows/colab.yml"
- "conda/**"
- "docs/**"
- "scripts/**"
Expand All @@ -17,6 +18,7 @@ on:
pull_request:
types: [opened, synchronize, labeled, reopened]
paths-ignore:
- ".github/workflows/colab.yml"
- "conda/**"
- "docs/**"
- "scripts/**"
Expand Down

0 comments on commit 3c36296

Please sign in to comment.