Use try_from_dto
instead of try_from_dto_with_params
#608
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cancel jobs from merged/closed pull request | |
on: | |
pull_request_target: | |
types: [closed] | |
# workflow_run: | |
# workflows: ["*"] | |
# types: [requested] | |
jobs: | |
merge_job: | |
runs-on: ubuntu-latest | |
permissions: | |
actions: write | |
steps: | |
- uses: styfle/[email protected] | |
with: | |
ignore_sha: true | |
access_token: ${{ secrets.GITHUB_TOKEN }} | |
workflow_id: all |