Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Feb 28, 2024
1 parent 3819a0e commit 5320ed8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
fail-fast: false
matrix:
label:
- Debian GNU/Linux bullseye amd64
# - Debian GNU/Linux bullseye amd64
- Debian GNU/Linux bookworm amd64
- Ubuntu Focal amd64
- Ubuntu Jammy amd64
# - Ubuntu Focal amd64
# - Ubuntu Jammy amd64
include:
- label: Debian GNU/Linux bullseye amd64
rake-job: debian-bullseye
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- master
- fluent-package-lts-v5
pull_request:
# pull_request:
jobs:
build:
name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- master
- fluent-package-lts-v5
pull_request:
# pull_request:
jobs:
build:
name: Build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
fail-fast: false
matrix:
label:
- CentOS 7 x86_64
# - CentOS 7 x86_64
- RockyLinux 8 x86_64
- AlmaLinux 9 x86_64
- Amazon Linux 2 x86_64
- Amazon Linux 2023 x86_64
# - AlmaLinux 9 x86_64
# - Amazon Linux 2 x86_64
# - Amazon Linux 2023 x86_64
include:
- label: CentOS 7 x86_64
rake-job: centos-7
Expand Down

0 comments on commit 5320ed8

Please sign in to comment.