We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1be80 commit 7e2fe87Copy full SHA for 7e2fe87
1 file changed
.github/workflows/Run_RPS_AppKit-E8.yml
@@ -28,7 +28,7 @@ permissions:
28
29
jobs:
30
CI:
31
- if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.event_name == 'workflow_dispatch' || (github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'v3') }}
32
runs-on: [self-hosted, rsp-p5-01]
33
34
steps:
0 commit comments