Skip to content

Wait 2 minutes before forcefully removing inactive instances #102

Wait 2 minutes before forcefully removing inactive instances

Wait 2 minutes before forcefully removing inactive instances #102

# Taken from Minestom under the Apache License 2.0
# https://github.com/Minestom/Minestom/blob/master/.github/workflows/trigger-jitpack-build.yml
# https://github.com/Minestom/Minestom/blob/master/LICENSE
name: Trigger Jitpack Build
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Trigger Jitpack Build
run: curl "https://jitpack.io/com/github/BlueDragonMC/Server/${GITHUB_SHA:0:10}/build.log"