Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroweb committed Oct 6, 2024
1 parent 8143c5f commit 467d45e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
backend_ci:
needs: check_changes
# if: ${{ needs.check_changes.outputs.backend_ci == 'true' }}
if: ${{ needs.check_changes.outputs.backend_ci == 'true' }}
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
Expand All @@ -54,7 +54,7 @@ jobs:
needs:
- check_changes
- backend_ci
# if: ${{ needs.check_changes.outputs.backend_cd == 'true' }}
if: ${{ needs.check_changes.outputs.backend_cd == 'true' }}
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
backend_playwright_cd:
needs: check_changes
# if: ${{ needs.check_changes.outputs.backend_playwright_cd == 'true' }}
if: ${{ needs.check_changes.outputs.backend_playwright_cd == 'true' }}
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 467d45e

Please sign in to comment.