Skip to content

Commit

Permalink
add devservices to files-changed naming
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed Jan 7, 2025
1 parent 2e73854 commit b02082e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Run Clippy
run: cargo clippy --workspace --all-targets --no-deps -- -D warnings

files-changed:
devservices-files-changed:
name: detect what files changed
runs-on: ubuntu-24.04
timeout-minutes: 3
Expand Down Expand Up @@ -648,8 +648,8 @@ jobs:

validate-devservices-config:
runs-on: ubuntu-24.04
needs: files-changed
if: ${{ needs.files-changed.outputs.devservices-files-changed == 'true' }}
needs: devservices-files-changed
if: ${{ needs.devservices-files-changed.outputs.devservices-files-changed == 'true' }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
name: Checkout repository
Expand Down

0 comments on commit b02082e

Please sign in to comment.