We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71404d3 commit c7c038aCopy full SHA for c7c038a
.github/workflows/testsuite.yml
@@ -563,14 +563,13 @@ jobs:
563
# | (__| |_| | (_| |\ V V /| | | | |
564
# \___|\__, |\__, | \_/\_/ |_|_| |_|
565
# |___/ |___/
566
- # disabled until cygwin get a signal handling fix out
567
568
cygwin:
569
name: "cygwin"
570
runs-on: windows-2019
571
timeout-minutes: 120
572
needs: sanity_check
573
- if: (! cancelled() && (needs.sanity_check.outputs.ci_force_cygwin == 'true'))
+ if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_cygwin == 'true'))
574
575
steps:
576
# we use Cygwin git, so no need to configure git here.
0 commit comments