Skip to content

Commit

Permalink
no sandbox ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 5, 2024
1 parent b8416d2 commit 60cc78f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ on:
push:
branches:
- master
paths-ignore: [ 'README.md', 'paper/**', 'sandbox/**' ]
concurrency:
group: benchmark-${{ github.ref }}
cancel-in-progress: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ on:
push:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
concurrency:
group: codecov-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ebnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ on:
push:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
pull_request:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
jobs:
ebnf:
runs-on: ubuntu-24.04
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ name: markdown-lint
pull_request:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
jobs:
markdown-lint:
runs-on: ubuntu-24.04
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ on:
push:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
pull_request:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
concurrency:
group: mvn-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/qulice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ on:
push:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
pull_request:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
jobs:
qulice:
name: qulice
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ on:
push:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
pull_request:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
concurrency:
group: shellcheck-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/simian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ on:
push:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
pull_request:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
concurrency:
group: simian-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 60cc78f

Please sign in to comment.