Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Jan 18, 2024
1 parent 25f0e74 commit cfb5473
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
experimental-features = nix-command flakes
with:
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v14
with:
name: informal-sovereign
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Rust
on:
workflow_dispatch:
push:
branches: [ "main" ]
branches: [ "ibc-rollup" ]
pull_request:
branches: [ "main" ]
branches: [ "ibc-rollup" ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit cfb5473

Please sign in to comment.