Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Jan 22, 2025
1 parent 0b5b478 commit a68c1aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ jobs:
build:
runs-on: ubuntu-latest

#if: github.action == 'Garnix CI / Evaluate flake.nix'
if: >-
github.event.state == 'error' ||
github.event.state == 'failure'
strategy:
fail-fast: true
matrix:
Expand All @@ -40,11 +35,6 @@ jobs:
steps:
- uses: actions/[email protected]

- name: "DEBUG"
run: |
echo "Event state: ${{ github.event.state }}"
echo "Event desc: ${{ github.event.description }}"
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v30

Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/nixos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
build:
runs-on: ubuntu-latest

#if: github.action == 'Garnix CI / Evaluate flake.nix'
#if: >-
#github.event.state == 'error' ||
#github.event.state == 'failure'

strategy:
fail-fast: true
matrix:
Expand All @@ -36,6 +41,11 @@ jobs:
steps:
- uses: actions/[email protected]

- name: "DEBUG"
run: |
echo "Event state: ${{ github.event.state }}"
echo "Event desc: ${{ github.event.description }}"
- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v30

Expand Down

0 comments on commit a68c1aa

Please sign in to comment.