We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28064e commit dd10ff8Copy full SHA for dd10ff8
.github/workflows/nightly.yml
@@ -10,13 +10,14 @@ on:
10
type: string
11
default: ''
12
language:
13
- description: Configured artefacts for the language will be built and pushed
+ description: Language artefacts
14
required: true
15
type: choice
16
default: "ruby"
17
options:
18
- java
19
- ruby
20
+ - grid
21
22
jobs:
23
ruby:
@@ -44,10 +45,12 @@ jobs:
44
45
with:
46
name: Release
47
cache-key: java-nightly
- run: ./go publish-maven-snapshot
48
+ run: |
49
+ ./go publish-maven-snapshot
50
+ secrets: inherit
51
52
grid:
- if: inputs.language == 'java' || github.event_name == 'schedule'
53
+ if: inputs.language == 'grid' || github.event_name == 'schedule'
54
name: Grid
55
uses: ./.github/workflows/bazel.yml
56
0 commit comments