mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
nightly push action rework v2
very poor documentation for a dependent needs action/job. looks like it might be repository dispatch or it must be included in the main file.
This commit is contained in:
5
.github/workflows/check_nightly.yml
vendored
5
.github/workflows/check_nightly.yml
vendored
@@ -1,5 +1,8 @@
|
||||
# https://github.community/t/trigger-action-on-schedule-only-if-there-are-changes-to-the-branch/17887/2
|
||||
check_date:
|
||||
name: check_date
|
||||
on: repository_dispatch
|
||||
jobs:
|
||||
check_date:
|
||||
runs-on: ubuntu-latest
|
||||
name: Check latest commit
|
||||
outputs:
|
||||
|
||||
Reference in New Issue
Block a user