1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Enable workflow_dispatch and scheduled builds for all CI runners.

This commit is contained in:
Sadie Powell
2025-10-09 16:41:44 +01:00
parent 4a1ad182d4
commit 8cb310c72e
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ on:
push:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip alpine ci]')"
+5 -2
View File
@@ -1,7 +1,10 @@
name: Ubuntu CI
on:
- pull_request
- push
pull_request:
push:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip ubuntu ci]')"
+1
View File
@@ -7,6 +7,7 @@ on:
- published
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip windows ci]')"