feat: add workflow_dispatch to all workflow files

This commit is contained in:
geezo 2025-05-07 18:48:42 -04:00
parent 759bc0cde6
commit e2acccb9c1
28 changed files with 84 additions and 28 deletions

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- authentik/** - authentik/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- autorestic/** - autorestic/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- beaverhabits/** - beaverhabits/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- beszel/** - beszel/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- caddy/** - caddy/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- cup/** - cup/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- dockge/** - dockge/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- dozzle/** - dozzle/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- gitea/** - gitea/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- glance/** - glance/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- gomft/** - gomft/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- hoarder/** - hoarder/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- immich/** - immich/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- memos/** - memos/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- minio/** - minio/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- n8n/** - n8n/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- netbird/** - netbird/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- newt/** - newt/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- nextcloud/** - nextcloud/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- ntfy/** - ntfy/**
@ -12,7 +13,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- olivetin/** - olivetin/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- open-web-ui/** - open-web-ui/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- operational/** - operational/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- portainer/** - portainer/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- tubearchivist/** - tubearchivist/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- vaultwarden/** - vaultwarden/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- watchtower/** - watchtower/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1

View File

@ -2,6 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_dispatch:
push: push:
paths: paths:
- yams/** - yams/**
@ -11,7 +12,8 @@ env:
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on:
workflow_dispatch: ubuntu-latest
steps: steps:
- name: Execute remote SSH commands using password - name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1