We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f9f0d commit 01f6538Copy full SHA for 01f6538
2 files changed
.github/workflows/nightly.yml
@@ -21,7 +21,7 @@ env:
21
# Scheduled runs should always build from Dev. Manual runs should build from the selected branch.
22
TARGET_REF: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'Dev' }}
23
# Flatpak is enabled in CI.
24
- OPENVCS_ENABLE_FLATPAK: '1'
+ OPENVCS_ENABLE_FLATPAK: '0'
25
26
jobs:
27
check-changes:
.github/workflows/publish-stable.yml
@@ -15,7 +15,7 @@ jobs:
15
SCCACHE_GHA_ENABLED: 'true'
16
SCCACHE_CACHE_SIZE: '2G'
17
18
19
strategy:
20
fail-fast: false
matrix:
0 commit comments