mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-25 03:32:02 +02:00
CI: Do not fetch on add-and-commit
[why] The add-and-commit steps are so unbelievable slow. [how] We do not need the other tags, so we do not need a fetch before adding. See comments on the action's homepage. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
134c518892
commit
50657caa63
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -302,6 +302,7 @@ jobs:
|
||||
# regardless of how often we run the release CI.
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
fetch: false
|
||||
add: "['font-patcher', 'bin/scripts']"
|
||||
message: "[ci] Bump release version"
|
||||
committer_name: GitHub Actions
|
||||
@ -310,6 +311,7 @@ jobs:
|
||||
- name: Commit patched fonts back to repo
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
fetch: false
|
||||
add: 'patched-fonts'
|
||||
message: "[ci] Rebuilds patched fonts"
|
||||
committer_name: GitHub Actions
|
||||
@ -323,6 +325,7 @@ jobs:
|
||||
- name: Commit fontconfig back to repo
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
fetch: false
|
||||
add: '10-nerd-font-symbols.conf'
|
||||
message: "[ci] Regenerate fontconfig"
|
||||
committer_name: GitHub Actions
|
||||
@ -337,6 +340,7 @@ jobs:
|
||||
uses: EndBug/add-and-commit@v9
|
||||
id: push_css
|
||||
with:
|
||||
fetch: false
|
||||
add: 'css'
|
||||
message: "[ci] Regenerate CSS files"
|
||||
committer_name: GitHub Actions
|
||||
|
Loading…
x
Reference in New Issue
Block a user