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 2130eb6 commit 76c34e0Copy full SHA for 76c34e0
.github/workflows/azure-integration.yml
@@ -48,10 +48,10 @@ jobs:
48
#if: github.repository == 'geowebcache/geowebcache'
49
runs-on: ubuntu-latest
50
needs: azurite
51
- if: |
52
- always() &&
53
- !contains(needs.*.result, 'cancelled') &&
54
- !contains(needs.*.result, 'failure')
+ if: false # | Restore when credentials are back working
+ # always() &&
+ # !contains(needs.*.result, 'cancelled') &&
+ # !contains(needs.*.result, 'failure')
55
steps:
56
- uses: actions/checkout@v4
57
- uses: actions/setup-java@v3
0 commit comments