Skip to content

chore(deps): update aquaproj/aqua-renovate-config to v2.12.0 #2227

chore(deps): update aquaproj/aqua-renovate-config to v2.12.0

chore(deps): update aquaproj/aqua-renovate-config to v2.12.0 #2227

Workflow file for this run

---
name: test
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
test:
uses: ./.github/workflows/workflow_call_test.yaml
permissions:
pull-requests: write
contents: read
status-check:
runs-on: ubuntu-24.04
if: always() && (contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled'))
timeout-minutes: 10
permissions: {}
needs:
- test
steps:
- run: exit 1