Skip to content

Commit

Permalink
Revert back to main for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
misohu committed Mar 20, 2024
1 parent f8f2445 commit 485c959
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish_rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
jobs:
build-publish-rock:
name: Build and publish ROCK
uses: canonical/charmed-kubeflow-workflows/.github/workflows/build_and_publish_rock.yaml@KF-5462-increase-trivy-timout-for-rock-scans
uses: canonical/charmed-kubeflow-workflows/.github/workflows/build_and_publish_rock.yaml@main
with:
rock-dir: ${{ inputs.rock-dir }}
source-branch: ${{ inputs.source-branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

on-pull-request:
name: Get ROCKs modified and build-scan-test them
uses: canonical/charmed-kubeflow-workflows/.github/workflows/get-rocks-modified-and-build-scan-test-publish.yaml@KF-5462-increase-trivy-timout-for-rock-scans
uses: canonical/charmed-kubeflow-workflows/.github/workflows/get-rocks-modified-and-build-scan-test-publish.yaml@main
permissions:
pull-requests: read
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

on-push:
name: Get ROCKs modified and build-scan-test-publish them
uses: canonical/charmed-kubeflow-workflows/.github/workflows/get-rocks-modified-and-build-scan-test-publish.yaml@KF-5462-increase-trivy-timout-for-rock-scans
uses: canonical/charmed-kubeflow-workflows/.github/workflows/get-rocks-modified-and-build-scan-test-publish.yaml@main
permissions:
pull-requests: read
secrets: inherit
Expand Down

0 comments on commit 485c959

Please sign in to comment.