Skip to content

Commit

Permalink
re-enable skipping jobs when only docs have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Aug 26, 2024
1 parent 1c161cc commit f94ce69
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
on:
push:
branches: [ main ]
paths:
- "src/**"
- "Cargo.*"
- "rust-tests/**"
- "test/end-to-end/**"
pull_request:
paths:
- "src/**"
- "Cargo.*"
- "rust-tests/**"
- "test/end-to-end/**"

name: End-to-End testing

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
tags:
- "v*.*.*"
pull_request:

paths:
- "src/**"
- "Cargo.*"
workflow_dispatch:

name: CI
Expand Down

0 comments on commit f94ce69

Please sign in to comment.