Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 25, 2024
1 parent 139a258 commit ee837cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/devenv.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: "Build & Test"

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
Expand All @@ -28,7 +26,7 @@ jobs:
- run: |
nix build
export PATH=$PWD/result/bin:$PATH
devenv --override-input nixpkgs github:cachix/devenv-nixpkgs/nixpkgs-rolling shell devenv-test-cli
devenv --override-input nixpkgs github:cachix/devenv-nixpkgs/bump-rolling shell devenv-test-cli
devenv-run-tests --override-input nixpkgs github:cachix/devenv-nixpkgs/bump-rolling tests
generate-examples:
runs-on: [self-hosted, linux, X64]
Expand Down

0 comments on commit ee837cb

Please sign in to comment.