mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
CI: Remove branch conditional from nightly Android build
Apart from the fact that this workflow is failing every time, we don't need to check the branch we're on since it's only invoked for the default branch of the repository. We can also remove the `always()` since there are no job dependencies nor do we want this to be uncancelable.
This commit is contained in:
parent
b00bb05b6b
commit
cf9bf59550
Notes:
github-actions[bot]
2024-12-17 13:50:10 +00:00
Author: https://github.com/gmta
Commit: cf9bf59550
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2884
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly-android.yml
vendored
2
.github/workflows/nightly-android.yml
vendored
|
@ -20,7 +20,7 @@ concurrency:
|
|||
jobs:
|
||||
CI:
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: always() && github.repository == 'LadybirdBrowser/ladybird' && github.ref == 'refs/heads/master'
|
||||
if: github.repository == 'LadybirdBrowser/ladybird'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue