Skip to content

Commit

Permalink
ci: Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
glaumar committed Jul 4, 2024
1 parent 212e65a commit d7a8961
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Create Flatpak Bundle
on:
release:
types: [published]
workflow_dispatch:

jobs:
flatpak:
Expand All @@ -16,16 +15,13 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: true
repository: glaumar/QRookie

- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: QRookie.flatpak
upload-artifact: false
manifest-path: io.github.glaumar.QRookie.yml
cache-key: flatpak-builder-${{ github.sha }}


- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/macos_bundle_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Create MacOS Bundle(arm64)
on:
release:
types: [published]
workflow_dispatch:

jobs:
build:
Expand All @@ -13,7 +12,6 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: true
repository: glaumar/QRookie

- name: Install Homebrew
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/macos_bundle_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Create MacOS Bundle(x86_64)
on:
release:
types: [published]
workflow_dispatch:


jobs:
build:
Expand All @@ -14,7 +12,6 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: true
repository: glaumar/QRookie

- name: Install Homebrew
run: |
Expand Down

0 comments on commit d7a8961

Please sign in to comment.