Skip to content

Commit

Permalink
CI: Remove the paths-ignore filter from all workflows
Browse files Browse the repository at this point in the history
Follow-up to #638. This is still blocking and it doesn't seem very useful. Perhaps there's a more reliable way?
  • Loading branch information
rdw-software committed Jan 10, 2025
1 parent 3e56b90 commit 903a921
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ name: Autoformat

on:
pull_request:
paths-ignore:
- "README.MD"
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- main
paths-ignore:
- "README.MD"
- '.gitignore'

jobs:
check-format:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- main
tags:
- '*'
paths-ignore:
- '**.md'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- main
tags:
- '*'
paths-ignore:
- '**.md'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- main
tags:
- '*'
paths-ignore:
- '**.md'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@ on:
- main
tags:
- '*'
paths-ignore:
- '**.md'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
paths-ignore:
- '**.md'
- 'changelog.lua'
- '.gitignore'
schedule:
- cron: '00 00 * * 6'

Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@ name: Static Analysis

on:
pull_request:
paths-ignore:
- '**.md'
- 'changelog.lua'
- '.gitignore'
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- main
paths-ignore:
- '**.md'
- 'changelog.lua'
- '.gitignore'

jobs:
luacheck:
Expand Down

0 comments on commit 903a921

Please sign in to comment.