Skip to content

Commit

Permalink
Run Update CodeFlare operator GH workflow for every push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar authored and openshift-ci[bot] committed Oct 4, 2023
1 parent 7f3eda5 commit 725a614
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/update-codeflare-operator.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Update CodeFlare operator with latest changes from MCAD

on:
workflow_run:
workflows: [Build and Push dev MCAD image into Quay]
types:
- completed
push:
branches:
- 'main'

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

steps:
- name: checkout MCAD code
Expand Down

0 comments on commit 725a614

Please sign in to comment.