Skip to content

Commit

Permalink
fixin
Browse files Browse the repository at this point in the history
  • Loading branch information
oomfiee committed Aug 30, 2024
1 parent 9c4eac8 commit a3dc0a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: "Build ISO"

on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-iso
cancel-in-progress: true

jobs:
ISO:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run `nix build`
run: nix build .
run: nix build .#

0 comments on commit a3dc0a3

Please sign in to comment.