mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +00:00
fix CI: draft-release-automatic-trigger.yml
This commit is contained in:
parent
cfa7ad0687
commit
e84be29292
@ -15,7 +15,7 @@ jobs:
|
|||||||
automated-draft-release:
|
automated-draft-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
|
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
|
||||||
needs: build-artifacts-and-run-tests
|
needs: call-workflow-build-artifacts-and-run-tests
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user