Skip to content

Commit 7e2fe87

Browse files
committed
Add condition for the workflow event
1 parent 7a1be80 commit 7e2fe87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Run_RPS_AppKit-E8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828

2929
jobs:
3030
CI:
31-
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
31+
if: ${{ github.event_name == 'workflow_dispatch' || (github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'v3') }}
3232
runs-on: [self-hosted, rsp-p5-01]
3333

3434
steps:

0 commit comments

Comments
 (0)