Skip to content

Commit

Permalink
Merge pull request #1020 from syself/kr/fix-workflows
Browse files Browse the repository at this point in the history
🌱 update workflows to run only on upstream repo
  • Loading branch information
kranurag7 authored Oct 23, 2023
2 parents 941e660 + e205cde commit 8721a89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/schedule-cache-cleaner-caph-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:
jobs:
cache-cleaner:
runs-on: ubuntu-22.04
if: github.repository == 'syself/cluster-api-provider-hetzner'
steps:
# Load Golang cache build from GitHub
- name: Load Caph Golang cache build from GitHub
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/schedule-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
link-checker:
name: Link Checker
runs-on: ubuntu-latest
if: github.repository == 'syself/cluster-api-provider-hetzner'
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/schedule-scan-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
scan:
name: Trivy
runs-on: ubuntu-latest
if: github.repository == 'syself/cluster-api-provider-hetzner'
container:
image: ghcr.io/syself/caph-builder:1.0.10
credentials:
Expand Down

0 comments on commit 8721a89

Please sign in to comment.