Skip to content

Commit

Permalink
Added tray icon
Browse files Browse the repository at this point in the history
Added module: codchi.welcome
  • Loading branch information
htngr committed Sep 11, 2024
1 parent 2b362b1 commit d1cfd39
Show file tree
Hide file tree
Showing 69 changed files with 10,690 additions and 7,869 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- docs/**
- nix/nixos/**
workflow_dispatch: {}

permissions:
contents: write
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
wsl --set-default-version 2 2>&1
- run: |
Invoke-Pester ./tests/windows.ps1 2>&1
# - if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# timeout-minutes: 10
- if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 10
linux:
needs: setup
if: ${{ github.event.workflow_run.name == 'build-linux' || github.event_name == 'push' }}
Expand Down
Loading

0 comments on commit d1cfd39

Please sign in to comment.