Commit graph

12 commits

Author SHA1 Message Date
kokomo123
2986dcc22c
github actions: update checkout actions to v4 (#870) 2024-09-24 23:03:17 +00:00
nodiscc
3982f18161
tools/github actions: do not run scheduled jobs on forks of the original repository (#62)
- fixes https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/60
2023-08-19 11:09:23 +00:00
nodiscc
0a6c1bd8fd
tools/github actions: update-metadata: only run the build job once the update-metadata job completed successfully 2023-07-27 14:44:22 +02:00
nodiscc
7412b5ad24
tools/github actions: build and push html/markdown exports after automatic metadata updates
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/45
2023-07-27 14:33:54 +02:00
nodiscc
d157f626ce
tools: makefile/github actions: don't call make install target multiple times
- make install must only run manually when the build environment has not been set up yet
2023-07-24 20:36:24 +02:00
nodiscc
423b418371
tools/github actions: fix concurrency between workflows
- only jobs that are part of the same workflow should not run concurrently
2023-07-22 19:13:03 +02:00
nodiscc
696063534a
tools: github actions: job IDs may only contain alphanumeric characters, '_', and '-'. 2023-07-22 19:06:02 +02:00
nodiscc
05ad5ea709
tools/github actions: set job names 2023-07-22 11:34:55 +02:00
nodiscc
986e2dde55
tools/github actions: set workflow names
- https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#name
2023-07-22 11:33:03 +02:00
nodiscc
083b9f0605
tools/github actions: separate workflows for pull requests and build from each commit on master 2023-07-22 11:26:01 +02:00
nodiscc
af5ff2b3e5
tools/github actions: move url checks to a separate workflow
- schedule at same time as the daily metadata update workflow
2023-07-22 11:21:05 +02:00
nodiscc
39d413986c
tools/github actions: rename workflows/update-metadata.yml -> daily-update-metadata.yml 2023-07-22 11:15:22 +02:00
Renamed from .github/workflows/update-metadata.yml (Browse further)