Skip to content

Commit

Permalink
chore: test docs ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzzzzzzz committed Feb 16, 2023
1 parent fcab759 commit 5fdd631
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration-linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: PR integration tests (linux)

# Triggers the workflow on push or pull request events
on: [push, pull_request]
# Triggers the workflow on pull request events
on:
pull_request:
paths-ignore:
- 'docs-v1/**'
- 'docs-v2/**'

permissions: read-all

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/unit-tests-darwin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: PR unit tests (darwin)

# Triggers the workflow on push or pull request events
on: [push, pull_request]
# Triggers the workflow on pull request events
on:
pull_request:
paths-ignore:
- 'docs-v1/**'
- 'docs-v2/**'

permissions: read-all

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/unit-tests-linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: unit tests (linux)

# Triggers the workflow on push or pull request events
on: [push, pull_request]
# Triggers the workflow on pull request events
on:
pull_request:
paths-ignore:
- 'docs-v1/**'
- 'docs-v2/**'

permissions: read-all

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/unit-tests-windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: PR unit tests (windows)

# Triggers the workflow on push or pull request events
on: [push, pull_request]
# Triggers the workflow on pull request events
on:
pull_request:
paths-ignore:
- 'docs-v1/**'
- 'docs-v2/**'

permissions: read-all

Expand Down

0 comments on commit 5fdd631

Please sign in to comment.