Skip to content

Commit 202938e

Browse files
committed
chore: upgrade to latest workflows
1 parent d7fd370 commit 202938e

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1-
name: update
1+
name: run
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
job:
7+
description: 'which job to run'
8+
type: string
9+
required: false
510

611
jobs:
12+
# ╔═════════════════════════════════════════════════════╗
13+
# ║ ║
14+
# ║ ║
15+
# ║ CHECK FOR AVAILABLE UPDATES ║
16+
# ║ ║
17+
# ║ ║
18+
# ╚═════════════════════════════════════════════════════╝
719
update:
20+
if: ${{ github.event.inputs.job == 'update' }}
821
runs-on: ubuntu-latest
922

1023
permissions:

0 commit comments

Comments
 (0)