mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
add test workflow for ci
This commit is contained in:

committed by
Geoff Seemueller

parent
f07c19dae8
commit
32339f3f18
5
.github/workflows/update-vpn-blocklist.yaml
vendored
5
.github/workflows/update-vpn-blocklist.yaml
vendored
@@ -1,3 +1,4 @@
|
||||
# will automatically update the VPN blocklist and redeploy (recommended)
|
||||
name: "Update VPN Blocklist"
|
||||
|
||||
on:
|
||||
@@ -6,8 +7,8 @@ on:
|
||||
# branches:
|
||||
# - main
|
||||
workflow_dispatch: # Manual trigger
|
||||
schedule:
|
||||
- cron: "57 8 * * *"
|
||||
# schedule:
|
||||
# - cron: "57 8 * * *"
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
Reference in New Issue
Block a user