Skip to content

Commit 4932131

Browse files
committed
CI: modify build.yml
1 parent 987b4c3 commit 4932131

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838

3939
snap:
4040
uses: ./.github/workflows/snap.yml
41+
if: false
4142
secrets: inherit
4243

4344
docker:
@@ -67,7 +68,7 @@ jobs:
6768
deploy:
6869
#if: ${{ startsWith(github.ref, 'refs/tags/') }}
6970
runs-on: ubuntu-latest
70-
needs: [linux, docker, flatpak, snap, msvc, doxygen, android, macos]
71+
needs: [linux, docker, flatpak, msvc, doxygen, android, macos]
7172
steps:
7273
- name: Checkout Repository
7374
uses: actions/checkout@v3
@@ -119,6 +120,7 @@ jobs:
119120

120121
- name: Download snap
121122
uses: actions/download-artifact@v4
123+
if: false
122124
with:
123125
pattern: ${{ needs.snap.outputs.name }}*
124126
path: ${{ env.artifact_path }}

0 commit comments

Comments
 (0)