Rename ci_mac_selfhosted.yml to just ci_mac.yml
We are going to have both self- and GitHub-hosted runners in this file soon, so rename it for clarity. No changes yet.
This commit is contained in:
parent
5d1f0795d2
commit
446268b61c
5 changed files with 8 additions and 8 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '.github/workflows/ci_mac_selfhosted.yml'
|
||||
- '.github/workflows/ci_mac.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
- '.github/workflows/ci_msw.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
|
|
@ -25,7 +25,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '.github/workflows/ci_mac_selfhosted.yml'
|
||||
- '.github/workflows/ci_mac.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
- '.github/workflows/ci_msw.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
|
|
|
|||
4
.github/workflows/ci_cmake.yml
vendored
4
.github/workflows/ci_cmake.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
- master
|
||||
paths-ignore:
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_mac_selfhosted.yml'
|
||||
- '.github/workflows/ci_mac.yml'
|
||||
- '.github/workflows/ci_msw.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
|
|
@ -26,7 +26,7 @@ on:
|
|||
- master
|
||||
paths-ignore:
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_mac_selfhosted.yml'
|
||||
- '.github/workflows/ci_mac.yml'
|
||||
- '.github/workflows/ci_msw.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
|
|
|
|||
4
.github/workflows/ci_msw.yml
vendored
4
.github/workflows/ci_msw.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
paths-ignore:
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
- '.github/workflows/ci_mac_selfhosted.yml'
|
||||
- '.github/workflows/ci_mac.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
|
|
@ -27,7 +27,7 @@ on:
|
|||
paths-ignore:
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
- '.github/workflows/ci_mac_selfhosted.yml'
|
||||
- '.github/workflows/ci_mac.yml'
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
|
|
|
|||
4
.github/workflows/ci_msw_cross.yml
vendored
4
.github/workflows/ci_msw_cross.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
paths-ignore:
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
- '.github/workflows/ci_mac_selfhosted.yml'
|
||||
- '.github/workflows/ci_mac.yml'
|
||||
- '.github/workflows/ci_msw.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
|
|
@ -29,7 +29,7 @@ on:
|
|||
paths-ignore:
|
||||
- '.github/workflows/ci.yml'
|
||||
- '.github/workflows/ci_cmake.yml'
|
||||
- '.github/workflows/ci_mac_selfhosted.yml'
|
||||
- '.github/workflows/ci_mac.yml'
|
||||
- '.github/workflows/ci_msw.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'distrib/**'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue