Can I use check_run
trigger in Github Actions the following way?
on:
check_run:
types: [completed]
conclusion: [success]
name: [mytest]
Is there anyone who can give me a correct example to follow?
Can I use check_run
trigger in Github Actions the following way?
on:
check_run:
types: [completed]
conclusion: [success]
name: [mytest]
Is there anyone who can give me a correct example to follow?
Copyright © 2021 Jogjafile Inc.