Skip to content

Commit

Permalink
Convert line endings for archive files (tgstation#58751)
Browse files Browse the repository at this point in the history
* Remove line ending update in changelog compile

* Update cron time

Co-authored-by: celotajstg <[email protected]>
  • Loading branch information
celotajstg and celotajstg authored Apr 27, 2021
1 parent 6a21976 commit e378552
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/compile_changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Compile changelogs

on:
schedule:
- cron: "0 0 * * *"
- cron: "5 5 * * *"

jobs:
compile:
Expand Down Expand Up @@ -37,10 +37,6 @@ jobs:
if: steps.value_holder.outputs.CL_ENABLED
run: |
python tools/ss13_genchangelog.py html/changelogs
- name: "Convert Lineendings"
if: steps.value_holder.outputs.CL_ENABLED
run: |
unix2dos html/changelogs/.all_changelog.yml
- name: Commit
if: steps.value_holder.outputs.CL_ENABLED
run: |
Expand Down

0 comments on commit e378552

Please sign in to comment.