Skip to content

Commit

Permalink
Re-run CI after gradle-update is triggered (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
turikhay authored Feb 3, 2024
1 parent 781f5f8 commit 1236e76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1
- name: Run CI
uses: rhosys/github-action-rebuild-pull-requests@c22b8bb907c374e9f8357553eadfda063931acdf
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1236e76

Please sign in to comment.