Compare commits

..

No commits in common. "f3168cea0f4eaa07998e5e205fe9fb918754fbaf" and "b7ee2ec2fff5660855765eae92a60261bf044775" have entirely different histories.

2 changed files with 2 additions and 13 deletions

View file

@ -1,7 +1,4 @@
on:
push:
pull_request:
types: [opened, synchronize, reopened]
on: [push]
jobs:
check:

View file

@ -5,12 +5,7 @@
"youko"
];
config =
{
config,
lib,
pkgs,
...
}:
{ config, pkgs, ... }:
{
age.secrets.forgejo-runner-token.file = ../secrets/forgejo-token.age;
@ -24,9 +19,6 @@
settings = {
container.network = "bridge";
};
hostPackages = lib.mkOptionDefault [
pkgs.nix
];
labels = [
"ubuntu-latest:docker://node:16-bullseye"
"ubuntu-22.04:docker://node:16-bullseye"