Skip to content

Commit

Permalink
ci: set timeout for release workflow builds
Browse files Browse the repository at this point in the history
when Lua files have broken syntax Parser waits for the files to be fixed
this never happens in CI so we can exit early instead of waiting for the default 6-hour timeout for the job
  • Loading branch information
Molkree authored Dec 22, 2024
1 parent a8edbf1 commit dd57f94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ jobs:
- uses: actions/checkout@v4

- name: Database Parser for Retail
timeout-minutes: 5
run: |
cd .contrib/Parser
"Parser for Retail".bat
shell: cmd

- name: Database Parser for Classic
timeout-minutes: 5
run: |
cd .contrib/Parser
"Parser for Classic".bat
Expand Down

0 comments on commit dd57f94

Please sign in to comment.