Skip to content

Commit

Permalink
chore(deps): update lewagon/wait-on-check-action action to v1.3.4 (#207)
Browse files Browse the repository at this point in the history
* chore(deps): update lewagon/wait-on-check-action action to v1.3.4
* chore: update android-publish-artifact.yml: remove pull request trigger for action

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Maxwell Mapako <wax911@users.noreply.github.com>
  • Loading branch information
renovate[bot] and wax911 committed May 3, 2024
1 parent 47903c5 commit e498753
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/android-publish-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: android-publish-artifact
on:
push:
branches: [ develop ]
pull_request:
branches:
- develop
paths-ignore:
- "app/src/main/**"

Expand All @@ -24,7 +21,7 @@ jobs:
java-version: '17'
distribution: 'adopt'
- name: Wait for tests to succeed
uses: lewagon/wait-on-check-action@v1.3.3
uses: lewagon/wait-on-check-action@v1.3.4
with:
ref: ${{ github.ref }}
running-workflow-name: android-publish-artifact
Expand Down

0 comments on commit e498753

Please sign in to comment.