apparently you can't force a certain runner like that. hm
This commit is contained in:
parent
d1bb618cc7
commit
7736357201
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -6,7 +6,6 @@ on:
|
|||
- cron: '0 2 * * *'
|
||||
jobs:
|
||||
flake-update:
|
||||
runs_on: fructose
|
||||
name: "Update .lock file"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Reference in a new issue