1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00

Update update-clients.yml

Signed-off-by: zumbiepig <121742281+zumbiepig@users.noreply.github.com>
This commit is contained in:
zumbiepig 2024-09-24 15:26:44 -07:00 committed by GitHub
parent e45d6d17b3
commit f97c17583a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,12 @@ on:
- cron: '0 0,12 * * *' - cron: '0 0,12 * * *'
workflow_dispatch: workflow_dispatch:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs: jobs:
build: build:
if: ${{ github.ref == 'refs/heads/main' }} if: ${{ github.ref == 'refs/heads/main' }}
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout