hm. maybe like this. also force runners to go on fructose as glucose seems to be having a problem at the moment.
This commit is contained in:
parent
cfa0a3992c
commit
d1bb618cc7
2 changed files with 9 additions and 1 deletions
|
@ -3,6 +3,7 @@ on:
|
|||
pull_request_target:
|
||||
jobs:
|
||||
format:
|
||||
runs_on: fructose
|
||||
name: "nix fmt"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
@ -6,6 +6,7 @@ on:
|
|||
- cron: '0 2 * * *'
|
||||
jobs:
|
||||
flake-update:
|
||||
runs_on: fructose
|
||||
name: "Update .lock file"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
@ -28,4 +29,10 @@ jobs:
|
|||
this is an automated action
|
||||
pr-labels: |
|
||||
dependencies
|
||||
automated
|
||||
automated
|
||||
- name: Checkout CI branch
|
||||
run: git checkout update_flake_lock_action
|
||||
if: ${{ steps.update.outputs.pull-request-number }}
|
||||
- name: Force push changes to CI branch
|
||||
run: git push origin update_flake_lock_action --force
|
||||
if: ${{ steps.update.outputs.pull-request-number }}
|
Loading…
Add table
Add a link
Reference in a new issue