Skip to content

Commit 7ea5133

Browse files
authored
Merge pull request #84 from fcitx/Issue#83
Issue #83
2 parents 0ad9377 + 22bcb85 commit 7ea5133

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.github/workflows/build_pass.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
name: Build passes check
2-
on: [ push ]
3-
2+
# Disabled for push for now.
3+
# Re-enable when github actions has good image for build environment. (Issue#83)
4+
#on: [ push ]
5+
on: workflow_dispatch
46
concurrency:
57
group: "continuous_test"
68
cancel-in-progress: true
79

810
jobs:
911
build-check:
1012
name: Build check
11-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1214
steps:
1315
- name: checkout
1416
uses: actions/checkout@v3

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ jobs:
100100
run: |
101101
ctest --test-dir fcitx5-cskk/build
102102
- name: CodeQL Analysis
103-
uses: github/codeql-action/analyze@v2
103+
uses: github/codeql-action/analyze@v3

.github/workflows/release.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: Release x86_64 deb artifact on release published
2-
on:
3-
release:
4-
types:
5-
- published
2+
# Disabled for release for now.
3+
# Re-enable when github actions has good image for build. (Issue#83)
4+
#on:
5+
# release:
6+
# types:
7+
# - published
8+
on: workflow_dispatch
9+
610
jobs:
711
Build:
8-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
913
# strategy:
1014
# matrix:
1115
# cskk_ver: [0.8.1]

0 commit comments

Comments
 (0)