Skip to content

Commit

Permalink
Merge pull request #457 from rancher/gha-typo
Browse files Browse the repository at this point in the history
fix typo in local ref for CI actions
  • Loading branch information
ericpromislow authored May 1, 2024
2 parents f83e024 + 1f8d1c7 commit 070786a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ permissions:
contents : read

on:
workflow_call:
push:
branches:
- release/v5.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
ci :
uses: rancher/backup-restore/.github/workflows/ci.yaml@release/v5.0
uses: rancher/backup-restore-operator/.github/workflows/ci.yaml@release/v5.0
permissions:
contents: read
push:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ permissions:

jobs:
ci:
uses: rancher/backup-restore/.github/workflows/ci.yaml@release/v5.0
uses: rancher/backup-restore-operator/.github/workflows/ci.yaml@release/v5.0
permissions:
contents: read
goreleaser:
needs: [
ci
Expand Down

0 comments on commit 070786a

Please sign in to comment.