Split Cypress out into its own workflow (#8677)

* Split Cypress out into its own workflow

* Improve PR Details job to use github-script and output labels

* Fix wrongly using github.ref in workflow_run actions which always refer to develop

* Update pr-details to be far more generic

* Tweak how we fill command-prefix
This commit is contained in:
Michael Telatynski
2022-05-24 19:16:33 +01:00
committed by GitHub
parent ed2c79051e
commit 1722eb1bd3
6 changed files with 151 additions and 124 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
types:
- completed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
cancel-in-progress: true
jobs:
prdetails: