Skip to content

Commit

Permalink
CI - Rename dependency check job to dependency guard
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Aug 23, 2024
1 parent 385b631 commit 5edd19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_dev_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
./gradlew spotlessCheck --no-configuration-cache --no-daemon
fi
dependency_check:
dependency_guard:
needs: setup
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
**/build/test-results/test*UnitTest/**.xml
build:
needs: [ checks, dependency_check, tests_and_lint ]
needs: [ checks, dependency_guard, tests_and_lint ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5edd19a

Please sign in to comment.