Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 25, 2023
1 parent 44bdf1a commit 85657d2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ jobs:
devenv ci
devenv shell devenv-run-tests
devenv search ncdu | grep "pkgs\.ncdu"
- name: Pin release
if: startsWith(github.ref, "refs/tags/v")
uses: ./.github/workflows/pin.yml
secrets: inherit
pin:
name: Pin release
needs: build
if: startsWith(github.ref, "refs/tags/v")
uses: ./.github/workflows/pin.yml
secrets: inherit
generate-examples:
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 85657d2

Please sign in to comment.