Skip to content

Commit e3d100f

Browse files
committed
update
1 parent 3964128 commit e3d100f

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/FUNDING.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# -------------
33
# Copyright (C) 2025 Qompass AI, All rights reserved
44

5-
github: [phaedrusflow]
5+
github: phaedrusflow
6+
liberapay: qompassai
67
patreon: qompassai
78
open_collective: qompassai
89
custom: ["https://www.buymeacoffee.com/phaedrusflow"]
9-

.github/workflows/state-site-qa-template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Static Site QA Template
22

3-
on: # yamllint disable-line rule:truthy
3+
on:
44
workflow_call:
55
inputs:
66
site_url:
@@ -12,9 +12,9 @@ on: # yamllint disable-line rule:truthy
1212
jobs:
1313
qa:
1414
name: QA Static Site
15-
runs-on: ubuntu-latest
15+
runs-on: self-hosted
1616
permissions:
17-
issues: write # required for peter-evans/create-issue-from-file
17+
issues: write
1818
steps:
1919
- name: Checkout Code
2020
uses: actions/checkout@v4

.github/workflows/update-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'README.md'
77
jobs:
88
update-metadata:
9-
runs-on: ubuntu-latest
9+
runs-on: self-hosted
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Update metadata files

.github/workflows/update-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
update:
9-
runs-on: ubuntu-latest
9+
runs-on: self-hosted
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: denoland/setup-deno@v2

0 commit comments

Comments
 (0)