Skip to content

Commit dd10ff8

Browse files
authored
[CI] Fixing nightly workflow (#12231)
1 parent e28064e commit dd10ff8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ on:
1010
type: string
1111
default: ''
1212
language:
13-
description: Configured artefacts for the language will be built and pushed
13+
description: Language artefacts
1414
required: true
1515
type: choice
1616
default: "ruby"
1717
options:
1818
- java
1919
- ruby
20+
- grid
2021

2122
jobs:
2223
ruby:
@@ -44,10 +45,12 @@ jobs:
4445
with:
4546
name: Release
4647
cache-key: java-nightly
47-
run: ./go publish-maven-snapshot
48+
run: |
49+
./go publish-maven-snapshot
50+
secrets: inherit
4851

4952
grid:
50-
if: inputs.language == 'java' || github.event_name == 'schedule'
53+
if: inputs.language == 'grid' || github.event_name == 'schedule'
5154
name: Grid
5255
uses: ./.github/workflows/bazel.yml
5356
with:

0 commit comments

Comments
 (0)