Skip to content

Commit

Permalink
ci: disable centos7
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr authored Aug 21, 2024
1 parent a4a607a commit d7e584b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ on:
env:
GIT_USER_NAME: github-actions[bot]
GIT_USER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
BUILD_CENTOS7: false
BUILD_WITH_BUNDLE: true

# BUILD_CENTOS7 is set as repository variable

jobs:
ubuntu-vm-build-job:
name: Build for Ubuntu
Expand Down Expand Up @@ -82,7 +83,7 @@ jobs:
if-no-files-found: error

centos7-container-build-job:
if: env.BUILD_CENTOS7
if: vars.BUILD_CENTOS7
name: Build for CentOS 7
runs-on: ubuntu-latest
container: centos:7
Expand Down

0 comments on commit d7e584b

Please sign in to comment.