Skip to content

Commit

Permalink
Merge pull request #129 from turkenf/rename-repo
Browse files Browse the repository at this point in the history
Rename the repo name for reusable workflows used
  • Loading branch information
turkenf authored Apr 24, 2024
2 parents 1f36853 + d592886 commit c952044
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ on:

jobs:
backport:
uses: upbound/uptest/.github/workflows/provider-backport.yml@standard-runners
uses: upbound/official-providers-ci/.github/workflows/provider-backport.yml@standard-runners
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
ci:
uses: upbound/uptest/.github/workflows/provider-ci.yml@standard-runners
uses: upbound/official-providers-ci/.github/workflows/provider-ci.yml@standard-runners
with:
go-version: 1.21
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on: issue_comment

jobs:
comment-commands:
uses: upbound/uptest/.github/workflows/provider-commands.yml@standard-runners
uses: upbound/official-providers-ci/.github/workflows/provider-commands.yml@standard-runners
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
e2e:
uses: upbound/uptest/.github/workflows/pr-comment-trigger.yml@standard-runners
uses: upbound/official-providers-ci/.github/workflows/pr-comment-trigger.yml@standard-runners
with:
go-version: 1.21
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-provider-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
open-bump-pr:
uses: upbound/uptest/.github/workflows/native-provider-bump.yml@standard-runners
uses: upbound/official-providers-ci/.github/workflows/native-provider-bump.yml@standard-runners
with:
provider-source: hashicorp/azuread
go-version: 1.21
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "We are going to scan the last ${supported_releases_number} releases for: ${images}"
scan:
uses: upbound/uptest/.github/workflows/scan.yml@standard-runners
uses: upbound/official-providers-ci/.github/workflows/scan.yml@standard-runners
needs:
- setup-vars
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
tag:
uses: upbound/uptest/.github/workflows/provider-tag.yml@standard-runners
uses: upbound/official-providers-ci/.github/workflows/provider-tag.yml@standard-runners
with:
version: ${{ github.event.inputs.version }}
message: ${{ github.event.inputs.message }}
2 changes: 1 addition & 1 deletion .github/workflows/updoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
publish-docs:
uses: upbound/uptest/.github/workflows/provider-updoc.yml@standard-runners
uses: upbound/official-providers-ci/.github/workflows/provider-updoc.yml@standard-runners
with:
go-version: 1.21
secrets:
Expand Down

0 comments on commit c952044

Please sign in to comment.