Skip to content

Commit

Permalink
Remove unused output parts
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid authored and shym committed Dec 11, 2023
1 parent 5020656 commit 633bf32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ on:
Defaults to custom_compiler_version chunked at [+~-]
type: string
default: ''
outputs:
skippart2:
description: 'Whether Part 2 (Cygwin workflow) should be skipped (because we are running only one test)'
value: ${{ jobs.test.outputs.skipnextjob }}

jobs:
test:
Expand All @@ -92,9 +88,6 @@ jobs:

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

outputs:
skipnextjob: ${{ steps.mainstep.outputs.skipnextjob }}

steps:
- name: Configure environment (Cygwin)
run: |
Expand Down
8 changes: 0 additions & 8 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
(action
(no-infer
(progn
(system "echo skipnextjob=true >> \"%{env:GITHUB_OUTPUT=dummy_file}\"")
; ^ this is to ensure only one job is run in multi-job GitHub
; workflows (only Cygwin at the moment)

(write-file hoped "")
(write-file failed-runs "")
(bash
Expand All @@ -63,10 +59,6 @@
(action
(no-infer
(progn
(system "echo skipnextjob=true >> %{env:GITHUB_OUTPUT=dummy_file}")
; ^ this is to ensure only one job is run in multi-job GitHub
; workflows (only Cygwin at the moment)

(write-file hoped "")
(write-file failed-runs "")
(run cmd /q /c
Expand Down

0 comments on commit 633bf32

Please sign in to comment.