Skip to content

⬆ Bump werkzeug from 3.1.3 to 3.1.6 #1634

⬆ Bump werkzeug from 3.1.3 to 3.1.6

⬆ Bump werkzeug from 3.1.3 to 3.1.6 #1634

Workflow file for this run

name: Bot CI
on:
# It would only run at any events which be triggered by bot, i.e., GitHub dependency bot, for guarantee that the
# change doesn't affect anything of source code.
pull_request:
types:
- opened
- synchronize
branches:
- "master"
jobs:
build-and-test:
# name: Run all tests and organize all test reports
if: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') }}
uses: ./.github/workflows/rw_build_and_test.yaml