message no. 176856
Posted by Stummi in #github at 2020-02-04T13:02:45Z
Actions/Workflow question: I have a few steps, that should run for every commit, and than one step that is dependent on these steps but should only run for PRs, with the PR information. "on: push" does not add PR data to the context, "on: pull_request" with type synchronize adds these information, but does not run for commits not in PR branches. I could add both, but the preceeding steps are quite expensive, so I don't want to do this