Skip to content

Commit

Permalink
Renamed CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
Wavesonics committed Feb 6, 2024
1 parent 56944d7 commit 7433563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle

name: Java CI with Gradle
name: CI Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
build:
uses: ./.github/workflows/gradle.yml
uses: ./.github/workflows/ci-build.yml
deploy:
needs: build
strategy:
Expand Down

0 comments on commit 7433563

Please sign in to comment.