mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
[SKIP_BUILD] Set timeout for github action
This commit is contained in:
parent
5a540f646c
commit
c1ccdc07a1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-and-release.yml
vendored
1
.github/workflows/build-and-release.yml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !contains(github.event.head_commit.message, 'SKIP_BUILD') }}
|
||||
timeout-minutes: 15
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue