apparently you can't force a certain runner like that. hm
All checks were successful
/ Check formatting (push) Successful in 47s
/ Update .lock file (push) Successful in 1m46s

This commit is contained in:
Ittihadyya 2024-11-26 16:07:58 +02:00
parent d1bb618cc7
commit 7736357201
2 changed files with 1 additions and 3 deletions

View file

@ -3,8 +3,7 @@ on:
pull_request_target:
jobs:
format:
runs_on: fructose
name: "nix fmt"
name: "Check formatting"
steps:
- name: Checkout repository
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4

View file

@ -6,7 +6,6 @@ on:
- cron: '0 2 * * *'
jobs:
flake-update:
runs_on: fructose
name: "Update .lock file"
steps:
- name: Checkout repository