Skip to content

Commit

Permalink
ci: remove split file configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joonatank committed Aug 28, 2023
1 parent 552de15 commit 8882b43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ env:
SKIP_ENV_VALIDATION: "true"

jobs:
changed-packages:
name: Determine which apps changed
uses: ./.github/workflows/changed-packages.yml
#changed-packages:
# name: Determine which apps changed
# uses: ./.github/workflows/changed-packages.yml

build-admin-ui:
name: Check Admin UI changes
runs-on: ubuntu-latest
needs: [changed-packages, install]
#needs: [changed-packages, install]
# TODO disabled for testing
#if: needs.changed-packages.outputs.admin_changed == 'true'
steps:
Expand All @@ -46,7 +46,7 @@ jobs:
lint-ui:
name: Lint UI
runs-on: ubuntu-latest
needs: [changed-packages, install]
#needs: [changed-packages, install]
# TODO disabled for testing
#if: needs.changed-packages.outputs.ui_changed == 'true'
steps:
Expand All @@ -69,7 +69,7 @@ jobs:
build-ui:
name: Check UI changes
runs-on: ubuntu-latest
needs: [changed-packages, install]
#needs: [changed-packages, install]
# TODO disabled for testing
#if: needs.changed-packages.outputs.ui_changed == 'true'
steps:
Expand Down

0 comments on commit 8882b43

Please sign in to comment.