We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3eda5 commit 725a614Copy full SHA for 725a614
.github/workflows/update-codeflare-operator.yml
@@ -1,15 +1,14 @@
1
name: Update CodeFlare operator with latest changes from MCAD
2
3
on:
4
- workflow_run:
5
- workflows: [Build and Push dev MCAD image into Quay]
6
- types:
7
- - completed
+ push:
+ branches:
+ - 'main'
8
9
jobs:
10
update-codeflare-operator:
11
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'
+ if: github.repository == 'project-codeflare/multi-cluster-app-dispatcher'
13
14
steps:
15
- name: checkout MCAD code
0 commit comments