Skip to content

Commit

Permalink
rename job to deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed Aug 3, 2023
1 parent 36391f0 commit 1cdb86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build gradle project
run: ./gradlew build

testing_job:
deployment_job:
runs-on: ubuntu-latest
needs: ci_job
if: github.event_name == 'pull_request' && needs.ci_job.result == 'success'
Expand Down

0 comments on commit 1cdb86c

Please sign in to comment.