Skip to content

Commit 252c1f0

Browse files
authored
[code-infra] Fix github actions check for continuous release (#46941)
1 parent 310a76e commit 252c1f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ on:
1818
permissions: {}
1919

2020
jobs:
21+
continuous-releases:
22+
runs-on: ubuntu-latest
23+
steps:
24+
- run: 'echo "No continuous release required"'
25+
2126
test-dev:
2227
if: ${{ github.actor != 'l10nbot' }}
2328
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)