We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0ca3b commit c9b5e6bCopy full SHA for c9b5e6b
.github/workflows/build-android.yml
@@ -89,7 +89,7 @@ jobs:
89
name: Internal Sharing
90
runs-on: ubuntu-latest
91
needs: [build-android]
92
- if: ${{ inputs.type == 'experimental' && (always() && (needs.build-android.result == 'success')) }}
+ if: ${{ inputs.type == 'experimental' && inputs.trigger == 'pr' }}
93
steps:
94
- name: Checkout Repository
95
uses: actions/checkout@v4
.github/workflows/build-official-android.yml
@@ -86,7 +86,7 @@ jobs:
86
87
88
- if: ${{ inputs.type == 'official' && (always() && (needs.build-android.result == 'success')) }}
+ if: ${{ inputs.type == 'official' && inputs.trigger == 'pr' }}
0 commit comments