Skip to content

Commit

Permalink
matrix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Jan 4, 2024
1 parent 0423a00 commit 56ced90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: "1 22 * * 2"

jobs:
beta-run-check:
dolphin-appimage:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand All @@ -35,7 +35,7 @@ jobs:
run: |
echo "Release is ${{ matrix.RELEASE }}"
- name: Checkout Upstream Repo
if: ${{ matrix.RELEASE == beta}}"
if: ${{ matrix.RELEASE == 'beta' }}
uses: actions/checkout@v4
with:
repository: dolphin-emu/dolphin
Expand Down

0 comments on commit 56ced90

Please sign in to comment.