Skip to content

Commit

Permalink
ci: use rust-overlay branch for rust-overlay updates and checks
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jun 17, 2024
1 parent 5d12478 commit f0be30d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
merge_group:
workflow_run:
workflows: ["Update rust-overlay"]
branches:
- 'rust-overlay'
types:
- completed

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/update-rust-overlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 'rust-overlay'
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
Expand All @@ -26,5 +28,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main

branch: rust-overlay

0 comments on commit f0be30d

Please sign in to comment.