Skip to content

Commit 633bf32

Browse files
jmidshym
authored andcommitted
Remove unused output parts
1 parent 5020656 commit 633bf32

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/common.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ on:
6464
Defaults to custom_compiler_version chunked at [+~-]
6565
type: string
6666
default: ''
67-
outputs:
68-
skippart2:
69-
description: 'Whether Part 2 (Cygwin workflow) should be skipped (because we are running only one test)'
70-
value: ${{ jobs.test.outputs.skipnextjob }}
7167

7268
jobs:
7369
test:
@@ -92,9 +88,6 @@ jobs:
9288

9389
timeout-minutes: ${{ inputs.timeout }}
9490

95-
outputs:
96-
skipnextjob: ${{ steps.mainstep.outputs.skipnextjob }}
97-
9891
steps:
9992
- name: Configure environment (Cygwin)
10093
run: |

dune

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
(action
4545
(no-infer
4646
(progn
47-
(system "echo skipnextjob=true >> \"%{env:GITHUB_OUTPUT=dummy_file}\"")
48-
; ^ this is to ensure only one job is run in multi-job GitHub
49-
; workflows (only Cygwin at the moment)
50-
5147
(write-file hoped "")
5248
(write-file failed-runs "")
5349
(bash
@@ -63,10 +59,6 @@
6359
(action
6460
(no-infer
6561
(progn
66-
(system "echo skipnextjob=true >> %{env:GITHUB_OUTPUT=dummy_file}")
67-
; ^ this is to ensure only one job is run in multi-job GitHub
68-
; workflows (only Cygwin at the moment)
69-
7062
(write-file hoped "")
7163
(write-file failed-runs "")
7264
(run cmd /q /c

0 commit comments

Comments
 (0)