|
98 | 98 | - ${{ github.workspace }}/../../cache/general:/root/.cache |
99 | 99 | if: "github.event_name == 'schedule' && github.repository == 'lampepfl/dotty' |
100 | 100 | || github.event_name == 'push' |
| 101 | + || github.event_name == 'merge_group' |
101 | 102 | || ( |
102 | 103 | github.event_name == 'pull_request' |
103 | 104 | && !contains(github.event.pull_request.body, '[skip ci]') |
@@ -143,6 +144,7 @@ jobs: |
143 | 144 | github.event_name == 'push' |
144 | 145 | && github.ref != 'refs/heads/main' |
145 | 146 | ) |
| 147 | + || github.event_name == 'merge_group' |
146 | 148 | || ( |
147 | 149 | github.event_name == 'pull_request' |
148 | 150 | && !contains(github.event.pull_request.body, '[skip ci]') |
@@ -219,6 +221,7 @@ jobs: |
219 | 221 | - ${{ github.workspace }}/../../cache/general:/root/.cache |
220 | 222 | if: "github.event_name == 'schedule' && github.repository == 'lampepfl/dotty' |
221 | 223 | || github.event_name == 'push' |
| 224 | + || github.event_name == 'merge_group' |
222 | 225 | || ( |
223 | 226 | github.event_name == 'pull_request' |
224 | 227 | && !contains(github.event.pull_request.body, '[skip ci]') |
@@ -259,6 +262,7 @@ jobs: |
259 | 262 | - ${{ github.workspace }}/../../cache/general:/root/.cache |
260 | 263 | if: "github.event_name == 'schedule' && github.repository == 'lampepfl/dotty' |
261 | 264 | || github.event_name == 'push' |
| 265 | + || github.event_name == 'merge_group' |
262 | 266 | || ( |
263 | 267 | github.event_name == 'pull_request' |
264 | 268 | && !contains(github.event.pull_request.body, '[skip ci]') |
@@ -307,6 +311,7 @@ jobs: |
307 | 311 | - ${{ github.workspace }}/../../cache/general:/root/.cache |
308 | 312 | if: "github.event_name == 'schedule' && github.repository == 'lampepfl/dotty' |
309 | 313 | || github.event_name == 'push' |
| 314 | + || github.event_name == 'merge_group' |
310 | 315 | || ( |
311 | 316 | github.event_name == 'pull_request' |
312 | 317 | && !contains(github.event.pull_request.body, '[skip ci]') |
@@ -355,6 +360,7 @@ jobs: |
355 | 360 | - ${{ github.workspace }}/../../cache/general:/root/.cache |
356 | 361 | if: "github.event_name == 'schedule' && github.repository == 'lampepfl/dotty' |
357 | 362 | || github.event_name == 'push' |
| 363 | + || github.event_name == 'merge_group' |
358 | 364 | || ( |
359 | 365 | github.event_name == 'pull_request' |
360 | 366 | && !contains(github.event.pull_request.body, '[skip ci]') |
|
0 commit comments