Skip to content

Commit

Permalink
chore: disable linux ci for now
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner committed Feb 8, 2024
1 parent ac49b00 commit 179d872
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@ concurrency:
cancel-in-progress: true

jobs:
Linux:
runs-on: ubuntu-latest

steps:
- name: Install (Chezmoi)
run: brew install chezmoi

- name: Checkout
uses: actions/checkout@v4

- name: Apply
run: chezmoi apply --source $(pwd) --no-tty --force

macOS:
runs-on: macos-latest

Expand All @@ -41,4 +28,4 @@ jobs:
uses: actions/checkout@v4

- name: Apply
run: chezmoi apply --source $(pwd) --no-tty --force
run: chezmoi apply --source $(pwd) --force

0 comments on commit 179d872

Please sign in to comment.