File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 11name : 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
46concurrency :
57 group : " continuous_test"
68 cancel-in-progress : true
79
810jobs :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : 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+
610jobs :
711 Build :
8- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
913# strategy:
1014# matrix:
1115# cskk_ver: [0.8.1]
You can’t perform that action at this time.
0 commit comments