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:
|
pull_request_target:
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
runs_on: fructose
|
name: "Check formatting"
|
||||||
name: "nix fmt"
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
|
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
|
||||||
|
|
|
@ -6,7 +6,6 @@ on:
|
||||||
- cron: '0 2 * * *'
|
- cron: '0 2 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
flake-update:
|
flake-update:
|
||||||
runs_on: fructose
|
|
||||||
name: "Update .lock file"
|
name: "Update .lock file"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Reference in a new issue