Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
ci: avoid skip of release
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed Jun 28, 2023
1 parent 1292608 commit 813db93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- build
- test
- device-test-latest
if: github.ref == 'refs/heads/main'
if: always() && github.ref == 'refs/heads/main'
concurrency:
group: release
cancel-in-progress: false
Expand Down

0 comments on commit 813db93

Please sign in to comment.