Skip to content

Commit

Permalink
Update incorrect CI check names in release branch-sync workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Dec 26, 2024
1 parent b9b9ed0 commit 517772f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-channel-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'ci'
check-name: 'ci-checks'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10

- uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'merge'
check-name: 'merge-container-images'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-channel-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
- uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'ci'
check-name: 'ci-checks'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10

- uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'merge'
check-name: 'merge-container-images'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10

Expand Down

0 comments on commit 517772f

Please sign in to comment.