Skip to content

Commit

Permalink
*: Experiment with GHA weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Oct 14, 2024
1 parent 8c46c5b commit e198c6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Generate
run: |
go generate ./...
nix develop -c go generate ./...
if ! git diff --exit-code; then
if [[ $GITHUB_REF == refs/heads/main ]]; then
Expand All @@ -35,7 +35,6 @@ jobs:
fi
env:
GITHUB_REF: ${{ github.ref }}
shell: nix develop -c {0}

build:
name: Build
Expand Down

0 comments on commit e198c6e

Please sign in to comment.