Skip to content

Commit 725a614

Browse files
sutaakaropenshift-ci[bot]
authored andcommitted
Run Update CodeFlare operator GH workflow for every push to main
1 parent 7f3eda5 commit 725a614

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: .github/workflows/update-codeflare-operator.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
name: Update CodeFlare operator with latest changes from MCAD
22

33
on:
4-
workflow_run:
5-
workflows: [Build and Push dev MCAD image into Quay]
6-
types:
7-
- completed
4+
push:
5+
branches:
6+
- 'main'
87

98
jobs:
109
update-codeflare-operator:
1110
runs-on: ubuntu-latest
12-
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'main' && github.repository == 'project-codeflare/multi-cluster-app-dispatcher'
11+
if: github.repository == 'project-codeflare/multi-cluster-app-dispatcher'
1312

1413
steps:
1514
- name: checkout MCAD code

0 commit comments

Comments
 (0)