Skip to content

Commit

Permalink
Revert "ci: add paths-ignore to workflows (#6713)"
Browse files Browse the repository at this point in the history
This reverts commit e460bb1.
  • Loading branch information
nflaig committed May 3, 2024
1 parent f4f570f commit bbe6bf2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 29 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,10 @@ on:
- stable
- unstable
- benchmark # For debugging
paths-ignore:
- 'dashboards/**'
- 'docs/**'
pull_request:
branches:
- stable
- unstable
paths-ignore:
- 'dashboards/**'
- 'docs/**'
workflow_dispatch:

jobs:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ on:
push:
# We intentionally don't run push on feature branches. See PR for rational.
branches: [unstable, stable]
paths-ignore:
- 'dashboards/**'
pull_request:
paths-ignore:
- 'dashboards/**'

jobs:
build:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
push:
branches:
- unstable
paths-ignore:
- 'dashboards/**'
- 'docs/**'

jobs:
npm:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test-sim-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ on:
push:
# We intentionally don't run push on feature branches. See PR for rational.
branches: [unstable, stable]
paths-ignore:
- 'dashboards/**'
- 'docs/**'
pull_request:
paths-ignore:
- 'dashboards/**'
- 'docs/**'
workflow_dispatch:

env:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test-sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ on:
push:
# We intentionally don't run push on feature branches. See PR for rational.
branches: [unstable, stable]
paths-ignore:
- 'dashboards/**'
- 'docs/**'
pull_request:
paths-ignore:
- 'dashboards/**'
- 'docs/**'
workflow_dispatch:
inputs:
debug:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ on:
push:
# We intentionally don't run push on feature branches. See PR for rational.
branches: [unstable, stable]
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit bbe6bf2

Please sign in to comment.