Skip to content

Commit

Permalink
Add path filters for PR triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Sep 20, 2023
1 parent 01f97ab commit 20ffdd1
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-aptly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'aptly/*'
- '.github/workflows/build-aptly.yml'
pull_request:
paths:
- 'aptly/*'
- '.github/workflows/build-aptly.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-centos-pypa-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- 'centos-pypa-x86_64/*'
- '.github/workflows/build-centos-pypa-rust.yml'
pull_request:
paths:
- 'centos-pypa-aarch64/*'
- 'centos-pypa-x86_64/*'
- '.github/workflows/build-centos-pypa-rust.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'centos7/*'
- '.github/workflows/build-centos7.yml'
pull_request:
paths:
- 'centos7/*'
- '.github/workflows/build-centos7.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-manylinux2014-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- 'manylinux2014_cuda_x86_64/*'
- '.github/workflows/build-manylinux2014-cuda.yml'
pull_request:
paths:
- 'manylinux2014_cuda_aarch64/*'
- 'manylinux2014_cuda_x86_64/*'
- '.github/workflows/build-manylinux2014-cuda.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-rocky8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'rocky8/*'
- '.github/workflows/build-rocky8.yml'
pull_request:
paths:
- 'rocky8/*'
- '.github/workflows/build-rocky8.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-ubuntu-18.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'ubuntu-18.04/*'
- '.github/workflows/build-ubuntu-18.04.yml'
pull_request:
paths:
- 'ubuntu-18.04/*'
- '.github/workflows/build-ubuntu-18.04.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'ubuntu-20.04/*'
- '.github/workflows/build-ubuntu-20.04.yml'
pull_request:
paths:
- 'ubuntu-20.04/*'
- '.github/workflows/build-ubuntu-20.04.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- 'ubuntu-22.04/*'
- '.github/workflows/build-ubuntu-22.04.yml'
pull_request:
paths:
- 'ubuntu-22.04/*'
- '.github/workflows/build-ubuntu-22.04.yml'
workflow_dispatch:
schedule:
- cron: '30 12 * * 5'
Expand Down

0 comments on commit 20ffdd1

Please sign in to comment.