mirror of
https://github.com/bitnami/charts.git
synced 2026-02-11 12:57:08 +08:00
chore(workflows): Avoid running scheduled workflows on forked repositories (#31863)
Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
This commit is contained in:
1
.github/workflows/cd-pipeline.yml
vendored
1
.github/workflows/cd-pipeline.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
outputs:
|
||||
chart: ${{ steps.get-chart.outputs.chart }}
|
||||
result: ${{ steps.get-chart.outputs.result }}
|
||||
if: ${{ github.repository_owner == 'bitnami' }}
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
with:
|
||||
|
||||
2
.github/workflows/index-monitor.yml
vendored
2
.github/workflows/index-monitor.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
||||
contents: read
|
||||
outputs:
|
||||
result: ${{ steps.integrity-check.outputs.result }}
|
||||
if: ${{ github.repository_owner == 'bitnami' }}
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
with:
|
||||
@@ -62,6 +63,7 @@ jobs:
|
||||
contents: read
|
||||
outputs:
|
||||
result: ${{ steps.validation-check.outputs.result }}
|
||||
if: ${{ github.repository_owner == 'bitnami' }}
|
||||
steps:
|
||||
- name: Install helm
|
||||
run: |
|
||||
|
||||
1
.github/workflows/index-update.yml
vendored
1
.github/workflows/index-update.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
new-releases: ${{ steps.get-new-releases.outputs.new-releases }}
|
||||
permissions:
|
||||
contents: read
|
||||
if: ${{ github.repository_owner == 'bitnami' }}
|
||||
steps:
|
||||
- id: checkout-repo
|
||||
name: Checkout repo
|
||||
|
||||
1
.github/workflows/push-tag.yml
vendored
1
.github/workflows/push-tag.yml
vendored
@@ -20,6 +20,7 @@ jobs:
|
||||
outputs:
|
||||
chart: ${{ steps.get-chart.outputs.chart }}
|
||||
result: ${{ steps.get-chart.outputs.result }}
|
||||
if: ${{ github.repository_owner == 'bitnami' }}
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
with:
|
||||
|
||||
1
.github/workflows/retry-failed-releases.yml
vendored
1
.github/workflows/retry-failed-releases.yml
vendored
@@ -13,6 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: write
|
||||
if: ${{ github.repository_owner == 'bitnami' }}
|
||||
steps:
|
||||
- name: Retry "CI Pipeline" failed runs in releases PRs
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user