Skip to content

Commit

Permalink
Merge branch 'main' into 395-mode-return-a-list-with-all-values-that-…
Browse files Browse the repository at this point in the history
…occur-as-often-as-the-most-common-value
  • Loading branch information
lars-reimann authored Jan 31, 2023
2 parents dcb71bb + 30eaf7e commit 848252b
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,8 @@ concurrency:
cancel-in-progress: true

jobs:
# Run change detection
changes:
runs-on: ubuntu-latest
permissions:
pull-requests: read
outputs:
dsl: ${{ steps.filter.outputs.dsl }}
runner: ${{ steps.filter.outputs.runner }}
stdlib: ${{ steps.filter.outputs.stdlib }}
steps:
- uses: dorny/[email protected]
id: filter
with:
filters: |
dsl:
- 'DSL/**'
runner:
- 'Runtime/safe-ds-runner/**'
stdlib:
- 'Runtime/safe-ds/**'
# Build and test DSL component
build-dsl:
needs: changes
if: ${{ needs.changes.outputs.dsl == 'true' }}
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -80,8 +57,6 @@ jobs:

# Build and test Runtime > Runner component
build-runtime-runner:
needs: changes
if: ${{ needs.changes.outputs.runner == 'true' }}
runs-on: ubuntu-latest
defaults:
run:
Expand Down Expand Up @@ -132,8 +107,6 @@ jobs:

# Build and test Runtime > Stdlib component
build-runtime-stdlib:
needs: changes
if: ${{ needs.changes.outputs.stdlib == 'true' }}
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 848252b

Please sign in to comment.