mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-10-28 07:28:04 +01:00
Cleanup github workflows
Took 9 minutes
This commit is contained in:
11
.github/workflows/update.yml
vendored
11
.github/workflows/update.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user