chore: update edgepkgs #683
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR Dix Diff | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| branches: | |
| - main | |
| paths-ignore: | |
| - '.github/**' | |
| - 'container/**' | |
| - 'infra/**' | |
| concurrency: | |
| group: dix-${{ github.event.pull_request.number }} | |
| cancel-in-progress: true | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| # required for the niks3 cache to authenticate via GitHub OIDC | |
| id-token: write | |
| jobs: | |
| dix: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 10 | |
| steps: | |
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | |
| - uses: ./.github/actions/setup-nix | |
| - uses: natsukium/nix-diff-action@4091452e4c7b3c7ea4ecbaec84be7f0066d810d7 # v1.1.1 | |
| with: | |
| attributes: | | |
| - displayName: kilimanjaro | |
| attribute: nixosConfigurations.kilimanjaro.config.system.build.toplevel | |
| - displayName: manyara | |
| attribute: nixosConfigurations.manyara.config.system.build.toplevel | |
| - displayName: tarangire | |
| attribute: nixosConfigurations.tarangire.config.system.build.toplevel | |
| - displayName: serengeti | |
| attribute: nixosConfigurations.serengeti.config.system.build.toplevel | |
| - displayName: arusha | |
| attribute: nixosConfigurations.arusha.config.system.build.toplevel | |
| - displayName: katavi | |
| attribute: darwinConfigurations.katavi.system | |
| - displayName: mikumi | |
| attribute: darwinConfigurations.mikumi.system | |
| - displayName: work | |
| attribute: darwinConfigurations.work.system |