|
1 |
| -# Runs on notable pushes to ci-linux, on notable pull requests against |
2 |
| -# master, and weekly on master. |
| 1 | +# Runs on notable pull requests against master, |
| 2 | +# and also on notable pushes to ci-linux (no longer used), |
| 3 | +# and weekly on master. |
3 | 4 |
|
4 | 5 | # Builds all modules optimised and runs
|
5 | 6 | # unit/doc/functional/haddock/benchmark tests on linux,
|
@@ -343,35 +344,3 @@ jobs:
|
343 | 344 | # env:
|
344 | 345 | # MATRIX_CONTEXT: ${{ toJson(matrix) }}
|
345 | 346 | # run: echo "$MATRIX_CONTEXT"
|
346 |
| - |
347 |
| - |
348 |
| - |
349 |
| -# docs: |
350 |
| - |
351 |
| -# based on https://gist.github.com/mstksg/11f753d891cee5980326a8ea8c865233 |
352 |
| -# http://www.btellez.com/posts/triggering-github-actions-with-webhooks.html |
353 |
| -# https://help.github.com/en/actions |
354 |
| -# https://help.github.com/en/actions/reference/events-that-trigger-workflows |
355 |
| -# https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule |
356 |
| -# https://help.github.com/en/actions/configuring-and-managing-workflows/caching-and-storing-workflow-data |
357 |
| -# https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows |
358 |
| -# https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources |
359 |
| -# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet |
360 |
| -# https://github.community/t5/GitHub-Actions/bd-p/actions |
361 |
| - |
362 |
| -# https://github.com/actions/cache |
363 |
| -# https://github.com/marketplace/actions/cache |
364 |
| - |
365 |
| -# https://github.com/actions/upload-artifact |
366 |
| -# https://github.com/c-hive/gha-remove-artifacts |
367 |
| - |
368 |
| -# https://github.com/actions/setup-haskell |
369 |
| - |
370 |
| -# https://github.com/marketplace/actions/checkout |
371 |
| -# https://github.com/sdras/awesome-actions |
372 |
| - |
373 |
| -# https://sevenzip.osdn.jp/chm/cmdline/commands/index.htm |
374 |
| - |
375 |
| -# https://github.com/mxschmitt/action-tmate |
376 |
| -# - name: Setup tmate session |
377 |
| -# uses: mxschmitt/action-tmate@v1 |
0 commit comments