Skip to content

Commit

Permalink
ci: remove path-ignores options to comply
Browse files Browse the repository at this point in the history
Impact Analysis:
    - GitHub Actions workflows break with both `paths` and `paths-ignore`
      are present in the workflow file. This change removes the latter
      fixing the issue.

Signed-off-by: Akshay Mestry <[email protected]>
  • Loading branch information
xames3 committed Oct 31, 2024
1 parent 78588ca commit 05bfc2e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Author: Akshay Mestry <[email protected]>
# Created on: Sunday, October 27 2024
# Last updated on: Sunday, October 27 2024
# Last updated on: Thursday, October 31 2024

name: linting
run-name: Linting initiated after ${{ github.actor }}'s actions
Expand All @@ -13,11 +13,6 @@ on:
paths:
- 'docs/**'
- 'requirements*'
paths-ignore:
- .github/
- .gitignore
- README.rst
- LICENSE

permissions:
contents: read
Expand Down

0 comments on commit 05bfc2e

Please sign in to comment.