mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 06:38:07 +08:00
remove prevent check date run and use master job
This commit is contained in:
parent
3f1035cd6d
commit
c4e23ff5ac
3
.github/workflows/nightly_release.yml
vendored
3
.github/workflows/nightly_release.yml
vendored
@ -6,13 +6,12 @@ on:
|
||||
|
||||
jobs:
|
||||
check_date:
|
||||
if: ${{ 'true' == 'false' }} # prevent run since it is a dependent job.
|
||||
runs-on: ubuntu-latest
|
||||
name: Check latest commit
|
||||
outputs:
|
||||
should_run: ${{ steps.should_run.outputs.should_run }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@master
|
||||
- name: print latest_commit
|
||||
run: echo ${{ github.sha }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user