Skip to content

Commit

Permalink
Merge branch 'builder' into release-07-07-23
Browse files Browse the repository at this point in the history
  • Loading branch information
rekfuki-f3 committed Jul 7, 2023
2 parents 231b4cb + d671d10 commit 8838b00
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
go: ${{ steps.filter.outputs.go }}
ui: ${{ steps.filter.outputs.ui }}
steps:
# For pull requests it's not necessary to checkout the code
- name: checkout codes
uses: actions/checkout@v2

- uses: dorny/paths-filter@v2
id: filter
with:
Expand All @@ -23,9 +25,9 @@ jobs:
- '**.go'
- 'helm/**'
ui:
- 'ui/pnpm-lock.yaml'
- 'ui/**'
- '**.js'
- '**.ts?(x)'
- '**.ts'
go:
needs: changes
if: ${{ needs.changes.outputs.go == 'true' }}
Expand Down

0 comments on commit 8838b00

Please sign in to comment.