Include instructions on running workflows in the PR body
This commit is contained in:
parent
127c635f94
commit
d884d497b3
|
@ -33,7 +33,9 @@ runs:
|
|||
|
||||
### Running GitHub Actions on this PR
|
||||
|
||||
GitHub Actions will not run workflows when a branch is pushed by or a PR is opened by a GitHub Action. To work around this, try:
|
||||
GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.
|
||||
|
||||
To run GitHub Actions workflows on this PR, run:
|
||||
|
||||
```sh
|
||||
git branch -D update_flake_lock_action
|
||||
|
|
Loading…
Reference in New Issue