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 b3ef3d2 commit 4aa1b6cCopy full SHA for 4aa1b6c
.github/workflows/ci-windows.yml
@@ -42,6 +42,9 @@ concurrency:
42
permissions:
43
contents: read
44
45
+env:
46
+ DEVELOCITY_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
47
+
48
jobs:
49
main:
50
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
.github/workflows/moby-latest.yml
@@ -6,6 +6,9 @@ on:
6
# nightly build, at 23:59 CEST
7
- cron: '59 23 * * *'
8
9
10
11
12
13
test_docker:
14
strategy:
0 commit comments