There was an error while loading. Please reload this page.
1 parent d001777 commit 0385244Copy full SHA for 0385244
.github/workflows/release.yml
@@ -15,29 +15,11 @@ env:
15
JAVA_VERSION: '17'
16
17
jobs:
18
- ci:
19
- uses: ./.github/workflows/ci.yml
20
- permissions:
21
- contents: read
22
-
23
- slow:
24
- uses: ./.github/workflows/slow.yml
25
26
27
28
- codeql:
29
- uses: ./.github/workflows/codeql.yml
30
31
- actions: read
32
33
- security-events: write
34
35
release:
36
name: Release java artifacts
37
permissions:
38
contents: write
39
packages: write
40
- needs: [ ci , codeql, slow ]
41
runs-on: ubuntu-24.04
42
steps:
43
- name: checkout
0 commit comments