Skip to content

Commit c3b846e

Browse files
committed
...
1 parent f896351 commit c3b846e

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

misc/content/2020/09/tips-on-github-actions/tips-on-github-actions.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Slug: tips-on-github-actions
55
Title: Tips on GitHub Actions
66
Category: Computer Science
77
Tags: Computer Science, GitHub Actions, CICD
8-
Modified: 2023-12-14 16:25:19
8+
Modified: 2025-11-17 19:55:48
99

1010
**Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!**
1111

@@ -173,6 +173,19 @@ https://github.com/peter-evans/create-pull-request
173173
2. Copy `/ssh` to `/root/.ssh` in the Docker container.
174174
3. Run `chmod 600 /root/.ssh/*` to ensure right permissions of SSH keys and configuration files.
175175

176+
### Idle Organization Runners Which Don't Pick up Jobs
177+
178+
![](https://github.com/user-attachments/assets/5b494a23-7ecd-40da-8d1f-47d373d14c3c)
179+
180+
![](https://github.com/user-attachments/assets/5b494a23-7ecd-40da-8d1f-47d373d14c3c)
181+
182+
https://github.com/orgs/community/discussions/26823
183+
Self-hosted runner registered as idle but not picking up jobs #26823
184+
185+
https://github.com/orgs/community/discussions/120813
186+
Self-hosted runners is idle but not picking up jobs #120813
187+
188+
176189
## References
177190

178191
https://www.youtube.com/watch?v=Ll50l3fsoYs&feature=emb_logo

misc/content/2025/05/setup-github-actions-self-hosted-runners-on-gcp/setup-github-actions-self-hosted-runners-on-gcp.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2025-05-08 15:51:58
3-
Modified: 2025-05-08 23:46:01
3+
Modified: 2025-11-17 19:56:27
44
Author: Benjamin Du
55
Slug: setup-github-actions-self-hosted-runners-on-gcp
66
Title: Setup GitHub Actions Self-hosted Runners on GCP
@@ -9,18 +9,21 @@ Tags: Computer Science, programming, GitHub, actions, runner, self-hosted, GCP,
99

1010
**Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!**
1111

12-
## GitHub Actions & GCP
13-
14-
- [actions-runner-controller](https://github.com/actions/actions-runner-controller)
15-
16-
- [Optimizing Costs with GitHub Actions: Dynamically Starting and Stopping Self-Hosted Runner VMs](https://nakamasato.medium.com/optimizing-costs-with-github-actions-self-hosted-runner-dynamically-starting-and-stopping-gcp-vms-c04acb69bdee)
12+
## Tips & Traps
1713

1814
1. You must allow http and https traffic for it to work.
1915
For more instructions,
2016
pelase refer to
2117
[Setup GitHub Actions self-hosted runners on Google Compute Engine Instance](https://www.youtube.com/watch?v=yfMzNVtQsVw)
2218
.
2319

20+
## GitHub Actions & GCP
21+
22+
- [actions-runner-controller](https://github.com/actions/actions-runner-controller)
23+
24+
- [Optimizing Costs with GitHub Actions: Dynamically Starting and Stopping Self-Hosted Runner VMs](https://nakamasato.medium.com/optimizing-costs-with-github-actions-self-hosted-runner-dynamically-starting-and-stopping-gcp-vms-c04acb69bdee)
25+
26+
2427
## References
2528

2629
- [Connecting GitHub Actions and Google Cloud Deploy](https://cloud.google.com/blog/products/devops-sre/using-github-actions-with-google-cloud-deploy)

misc/content/2025/11/tips-on-the-fish-shell/tips-on-the-fish-shell.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2025-11-11 18:13:06
3-
Modified: 2025-11-17 19:04:31
3+
Modified: 2025-11-17 19:41:13
44
Author: Benjamin Du
55
Slug: tips-on-the-fish-shell
66
Title: Tips on the Fish Shell
@@ -54,6 +54,10 @@ for a more comprehensive list of key bindings.
5454
2. Instead of writing completion scripts manually,
5555
lots of tools support exporting completion scripts for bash, zsh, fish, etc.
5656

57+
- command-line applications developed using cobra (GoLang)
58+
- docker completion fish > ~/.config/fish/completions/docker.fish
59+
- icon completion fish > ~/.config/fish/completions/icon.fish
60+
5761
3. [crazy-complete](https://github.com/crazy-complete/crazy-complete)
5862
helps generate completion scripts based on YAML defined completion rules.
5963

0 commit comments

Comments
 (0)