Skip to content

Commit

Permalink
Merge pull request #355 from VaniHaripriya/fix-ci-label
Browse files Browse the repository at this point in the history
update GH action
  • Loading branch information
VaniHaripriya authored Nov 5, 2024
2 parents f70b5d2 + 044e611 commit e13b16a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-ci-passed-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
reset_ci_passed_label:
name: Reset 'ci-passed' label on PR Synchronization
runs-on: ubuntu-latest
needs: [fetch_data, reset_ci_passed_label]
needs: fetch_data
steps:
- name: Check and reset label
run: |
Expand All @@ -74,7 +74,7 @@ jobs:
add_ci_passed_label:
name: Add 'ci-passed' label
runs-on: ubuntu-latest
needs: fetch_data
needs: [fetch_data, reset_ci_passed_label]
steps:
- name: Add 'ci-passed' label
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubeflow-pipelines-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: actions/checkout@v4

- name: Run tests
run: ./manifests/kustomize/hack/presubmit.sh
run: ./manifests/kustomize/hack/presubmit.sh

0 comments on commit e13b16a

Please sign in to comment.