Cleanup github workflows

Took 9 minutes
This commit is contained in:
Florian Kinder
2024-10-22 06:46:18 +02:00
parent bc2dc44cad
commit 2d805feb4f
6 changed files with 26 additions and 38 deletions

View File

@@ -4,20 +4,15 @@ on:
schedule:
- cron: "0 * * * *"
workflow_dispatch:
inputs:
desc:
description: "desc"
required: false
jobs:
build:
check:
runs-on: ubuntu-latest
if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'factoriotools/factorio-docker')
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_TOKEN }}
- name: Checkout
uses: actions/checkout@v3
- name: Run update script
run: ./update.sh