1
0
mirror of synced 2025-02-01 13:01:43 +03:00

28 lines
656 B
YAML
Raw Normal View History

2021-03-29 15:05:45 -05:00
#
2022-01-02 00:09:03 -06:00
# Copyright (C) 2020-2022 Lin Song <linsongui@gmail.com>
2021-03-29 15:05:45 -05:00
#
# This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
# Unported License: http://creativecommons.org/licenses/by-sa/3.0/
#
# Attribution required: please include my name in any derivative and let me
# know how you have improved it!
2021-03-09 23:26:06 -06:00
name: vpn test cron
on:
schedule:
- cron: '25 2 * * 0,4'
jobs:
2021-06-03 22:09:56 -05:00
check_urls:
if: github.repository_owner == 'hwdsl2'
2022-02-06 16:41:39 -06:00
uses: ./.github/workflows/check_urls.yml
2021-06-03 22:09:56 -05:00
2021-03-09 23:26:06 -06:00
test_set_1:
2021-06-03 22:09:56 -05:00
needs: check_urls
2022-02-06 16:41:39 -06:00
uses: ./.github/workflows/test_set_1.yml
2021-03-09 23:26:06 -06:00
test_set_2:
2021-06-03 22:09:56 -05:00
needs: check_urls
2022-02-06 16:41:39 -06:00
uses: ./.github/workflows/test_set_2.yml