Skip to content

Commit

Permalink
Revert "Disable some CI checks on docs updates (#2076)"
Browse files Browse the repository at this point in the history
This reverts commit a98975a.
  • Loading branch information
thomas-bc committed Aug 4, 2023
1 parent a0cacb6 commit c0a0bad
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 32 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-led-blinker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
branches: [ master, devel ]
pull_request:
branches: [ master, devel ]
paths-ignore:
- 'docs/**'
- '**.md'

jobs:
run:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:
push:
branches: [ master, devel ]
pull_request:
branches: [ master, devel, release/v3.0.0 ]
paths-ignore:
- 'docs/**'
- '**.md'
branches: [ master, devel, release/v3.0.0 ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-test-rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
branches: [ master, devel ]
pull_request:
branches: [ master, devel, release/v3.0.0 ]
paths-ignore:
- 'docs/**'
- '**.md'
env:
RPI_TOOLCHAIN_DIR: /tmp/rpi-toolchain
DICTIONARY_PATH: build-artifacts/raspberrypi/RPI/dict/RPITopologyAppDictionary.xml
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
branches: [ master, devel ]
pull_request:
branches: [ master, devel, release/v3.0.0 ]
paths-ignore:
- 'docs/**'
- '**.md'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/codeql-jpl-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ master, devel ]
paths-ignore:
- 'docs/**'
- '**.md'

jobs:
analyze:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/codeql-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ master, devel ]
paths-ignore:
- 'docs/**'
- '**.md'

jobs:
analyze:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/cppcheck-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ master, devel ]
paths-ignore:
- 'docs/**'
- '**.md'


jobs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/cpplint-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [master, devel]
paths-ignore:
- 'docs/**'
- '**.md'

jobs:
cpplint:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/python-format.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Format Python

on:
push:
branches: [master, devel]
pull_request:
# The branches below must be a subset of the branches above
branches: [master, devel]

on: [push, pull_request]
jobs:
format:
name: Format
Expand Down

0 comments on commit c0a0bad

Please sign in to comment.