Skip to content

Commit

Permalink
Remove unused output parts
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Dec 8, 2023
1 parent 5020656 commit 76094f8
Showing 1 changed file with 0 additions and 7 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

0 comments on commit 76094f8

Please sign in to comment.