Skip to content

Commit

Permalink
Update upstream.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Alpha <[email protected]>
  • Loading branch information
AlphaKR93 committed Jun 3, 2024
1 parent a62c7a9 commit 362a645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: Update Base Upstream
needs: prepare
runs-on: ubuntu-latest
if: ${{ needs.prepare.outputs.require }} == false
if: ${{ needs.prepare.outputs.require }} == true
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
flavor:
name: Update Flavors Upstream
needs: prepare
if: ${{ needs.prepare.outputs.require }} == true
if: ${{ needs.prepare.outputs.require }} == false
runs-on: ubuntu-latest
strategy:
matrix: ${{ fromJson(needs.prepare.outputs.matrix) }}
Expand Down

0 comments on commit 362a645

Please sign in to comment.