Skip to content

Commit

Permalink
[GitHub Actions] Flatpak: Only run flatpak-builder-lint for x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Nov 10, 2023
1 parent 38efea9 commit b8f31c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI_flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ jobs:
echo "WZ_FLATPAK_LOCAL_REPO_NAME=${WZ_FLATPAK_LOCAL_REPO_NAME}"
echo "WZ_FLATPAK_LOCAL_REPO_NAME=${WZ_FLATPAK_LOCAL_REPO_NAME}" >> $GITHUB_OUTPUT
- name: Lint Flatpak
if: success() && matrix.arch == 'x86_64'
env:
WZ_FLATPAK_LOCAL_REPO_NAME: ${{ steps.build.outputs.WZ_FLATPAK_LOCAL_REPO_NAME }}
run: |
Expand Down

0 comments on commit b8f31c4

Please sign in to comment.